1 2345678910...
|
Lyntin, but largely re-coded in various areas.
"""
import Tkinter, tkFont
import os, Queue
import _tkui # all our enhanced Tk classes
Language: Python License: GPL LOC: 226 SourceForge : Lyntin (project search) : .../lyntin/lyntin40/sandbox/leantin/tkui.py
|
self.server = None
self.scanner = None
import Tkinter
self.server_frm = Tkinter.Frame(window)
self.title_lbl = Tkinter.Label(self.server_frm,
Language: Python LOC: 1619 SourceForge : Direct Rendering Infrastructure (project search) : .../dri/MoinMoin/support/pydoc.py
|
Lyntin, but largely re-coded in various areas.
"""
from Tkinter import *
from ScrolledText import ScrolledText
import os, tkFont, types, Queue
Language: Python License: GPL LOC: 774 SourceForge : Lyntin (project search) : .../lyntin/lyntin/lyntinng/ui/tkui.py
|
Lyntin, but largely re-coded in various areas.
"""
from Tkinter import *
from ScrolledText import ScrolledText
import os, tkFont, types, Queue
Language: Python License: GPL LOC: 842 SourceForge : Lyntin (project search) : .../lyntin/lyntin40/lyntin/ui/tkui.py
|
------------
Depending on which version of RedHat Linux you have, you will have
to install the Python RPM as well as the Python Tkinter RPM. If
you don't install the Tkinter RPM, then you won't be able to use
the Tk ui and it'll complain that it's missing a library when you
Language: Python License: GPL LOC: 248 SourceForge : Lyntin (project search) : .../lyntin/lyntin40/lyntin/modules/manual.py
|
Language: Python LOC: 1 Google : tote - Tote is a task and event manager po...d GTK (project search) : .../tote/trunk/src/tkinter/main.py
|
#use Tkinter
from tkinter import *
class gui(object):
Language: Python LOC: 4 Google : qodsec - Qodsec (project search) : .../q/qodsec/trunk/wumpus/gui.py
|
import Tkinter
class StatusBar(Tkinter.Frame):
def __init__(self, master):
Language: Python LOC: 12 SourceForge : drop (project search) : .../drop/drop/Drop/bin/widgets.py
|
import Tkinter
import pickle
class preferance_window:
Language: Python LOC: 11 Spider_20090227_inc : TestMarker (project search) : .../testmarker-2005-V2.0.4.tar.bz2/TestMarker 2005(V2.0.4)/modules/preferances/preferances.py
|
import threading
import Tkinter
tk = Tkinter
from MyScrolledText import MyScrolledText
Language: Python LOC: 6 SourceForge : NetMage (project search) : .../netmage/netmage/utils/in_between/ReplayConsole.py
|
from Tkinter import *
widget = Label(None, text='Hello world!')
widget.pack()
Language: Python LOC: 4 Spider_20090121_inc : KDE on Cygwin - qt-2.3 (project search) : .../share/apps/kdevappwizard/template-pythonhello/app.py
|
from Tkinter import *
widget = Label(None, text='Hello world!')
widget.pack()
Language: Python LOC: 4 Spider_20081215_inc : KDevelop Lookup (project search) : .../languages/python/app_templates/pytk/app.py
|
class TkTest:
def __init__(self):
import Tkinter
self.root = Tkinter.Tk()
self.root.title("TkTest")
Language: Python LOC: 22 Spider_20090529_inc : KDE Packaging Project - KDE 4 (project search) : .../kdelibs4-3.90.1-1.fc6.src.rpm/kdelibs-3.90.1/kross/test/testguitk.py
|
# ______________________________________________________________________
# Module imports
import Tkinter
# ______________________________________________________________________
class MonsterDialog:
Language: Python LOC: 10 SourceForge : Team Insanitea (project search) : .../iteam/iteam/itea/stoopiditea/Monstiary.py
|
# NAME: tktest.py
#
# PURPOSE: Test interaction when combining Tkinter and PyGist
#
# NOTES:
Language: Python LOC: 35 Spider_20090228_inc : Spheral++ - Spheral (project search) : .../SciPy_complete-0.3.2.tar.gz.---/SciPy_complete-0.3.2/Lib/xplt/tktest.py
|
import sys
import time
import Tkinter
import tkFileDialog
import tkSimpleDialog
Language: Python Copyright 2004 Roman Yakovenko. LOC: 267 SourceForge : pygccxml (project search) : .../pygccxml/source/pyplusplus/gui/ui.py
|
"""pyrafTk.py: modify Tkinter root to print short PyRAF tracebacks
$Id: pyrafTk.py 678 2005-07-01 21:19:43Z perry $
R. L. White, 2000 November 17
Language: Python LOC: 26 Spider_20081217_inc : PyRAF - stsci_python (project search) : .../PyRAF_-_stsci_python/stsci_python_2.7/pyraf/lib/pyrafTk.py
|
from pyvismath import strToFunc
from dialog import Dialog
import Tkinter
import profile
class PyVis(Tkinter.Toplevel):
Language: Python (c) 2006 Michael Haimes # LOC: 114 Spider_20090120_inc : PyVis (project search) : .../006/pyvis/PyVis-0.2a.zip/src/pyvis.py
|
from Kamaelia.Support.Tk.Scrolling import ScrollingMenu
from Axon.Ipc import producerFinished, shutdownMicroprocess
import Tkinter
import pprint
class ArgumentsPanel(Tkinter.Frame):
Language: Python License: Unknown (C) 2005 British Broadcasting Corporation and Kamaelia Contributors(1) LOC: 101 Spider_20090401_inc : Kamaelia - Axon (project search) : .../Kamaelia-0.5.0/Tools/Compose/GUI/ArgumentsPanel.py
|
import sys
sys.path[:0] = ['../../..']
import Tkinter
import Pmw
class Demo:
Language: Python LOC: 76 Spider_20081215_inc : Python Mega Wid Gets (project search) : .../src/Pmw/Pmw_1_3/demos/Group.py
|
import sys
sys.path[:0] = ['../../..']
import Tkinter
import Pmw
class Demo:
Language: Python LOC: 76 Spider_20090401_inc : xRope (project search) : .../src/Pmw/Pmw_1_3/demos/Group.py
|
import sys
sys.path[:0] = ['../../..']
import Tkinter
import Pmw
class Demo:
Language: Python LOC: 76 Spider_20090120_inc : Javelina Code Coverage Tool (project search) : .../python/Pmw/Pmw_1_2/demos/Group.py
|
import sys
sys.path[:0] = ['../../..']
import Tkinter
import Pmw
class Demo:
Language: Python LOC: 76 Spider_20090227_inc : Python Tk Gui Builder (project search) : .../ptkgb/Pmw/Pmw_1_2/demos/Group.py
|
import sys
sys.path[:0] = ['../../..']
import Tkinter
import Pmw
class Demo:
Language: Python LOC: 76 Spider_20090107_inc : trafficV2 (project search) : .../Pmw.1.2.tar.gz.---/Pmw/Pmw_1_2/demos/Group.py
|
raise self.orig_traceback # ImportError deferred from earlier failure
try:
import Tkinter
except ImportError, x: # don't fail on this until it becomes a problem...
Tkinter = _delay_import_error(x)
Language: Python License: LGPL (C) 2001-2003 Andrew Straw. LOC: 592 Spider_20090226_inc : Vision Egg - Bleeding Edge (project search) : .../0010/visionegg/visionegg-1.1.dev1375/src/GUI.py
|
1 2345678910...
|