代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/411228/2190605
py pmw_comboboxdialog.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('ComboBoxDialog')
Pmw.initialise()
choice = None
def choseEntry(entry):
print 'You chose "%s"'
www.eeworm.com/read/411228/2190607
py pmw_buttonbox.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('ButtonBox')
Pmw.initialise()
def buttonPress(btn):
print 'The "%s" button was pressed' % btn
d
www.eeworm.com/read/411228/2190709
py pmw_scrolledcanvas.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('ScrolledCanvas')
Pmw.initialise()
sc = Pmw.ScrolledCanvas(root, borderframe=1, labelpos=N,
www.eeworm.com/read/411228/2190713
py pmw_scrolledfield.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('ScrolledField')
Pmw.initialise()
lines = (
"Mount Everest. Forbidding, aloof, terrifying. This ye
www.eeworm.com/read/411228/2190714
py pmw_selectiondialog.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('SelectionDialog')
Pmw.initialise()
dialog = None
def execute(result):
sels = dialog.getcursele
www.eeworm.com/read/411228/2190724
py checkbutton.py
from Tkinter import *
class Dummy: pass
var = Dummy()
root = Tk()
root.option_readfile('optionDB')
root.title('Checkbutton')
for castmember, row, col, status in [
('John Cleese', 0,0,NO
www.eeworm.com/read/411228/2190729
py pmw_messagebar.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('MessageBar')
Pmw.initialise()
messagebar = box = None
def selectionCommand():
sels = box.getcu
www.eeworm.com/read/411228/2190752
py scrollefield.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('ScrolledField')
Pmw.initialise()
lines = (
"Mount Everest. Forbidding, aloof, terrifying. This ye
www.eeworm.com/read/411228/2190863
py checkbutton.py
from Tkinter import *
class Dummy: pass
var = Dummy()
root = Tk()
root.option_readfile('optionDB')
root.title('Checkbutton')
for castmember, row, col, status in [
('John Cleese', 0,0,NO
www.eeworm.com/read/411228/2190932
py pmw_comboboxdialog.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('ComboBoxDialog')
Pmw.initialise()
choice = None
def choseEntry(entry):
print 'You chose "%s"'