HomeSort by relevance Sort by last modified time
    Searched refs:Listbox (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/python/cpython2/Demo/tkinter/ttk/
listbox_scrollcmd.py 4 grid [tk::listbox .l -yscrollcommand ".s set" -height 5] -column 0 -row 0 -sticky nwes
18 l = Tkinter.Listbox(height=5)
  /external/python/cpython2/Demo/tkinter/guido/
listtree.py 9 list = Listbox(master, name='list')
mbox.py 60 folderbox = Listbox(right, {'exportselection': 0})
86 scanbox = Listbox(left, {'font': 'fixed'})
kill.py 79 self.frame.list = Listbox(self.frame, relief=SUNKEN,
svkill.py 104 self.frame.list = Listbox(
tkman.py 86 self.listbox = Listbox(self.rightsubframe, name='listbox',
89 self.listbox.pack(expand=1, fill=BOTH)
125 self.listbox.bind('<Double-1>', self.listbox_cb)
156 selection = self.listbox.curselection()
158 name = self.listbox.get(selection[0])
179 self.listbox.delete(0, AtEnd())
183 self.listbox.insert(AtEnd(), item)
186 n = self.listbox.size(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
14 self.listbox = listbox = Listbox(frame, exportselection=0,
17 listbox.configure(options)
18 listbox.pack(expand=1, fill="both")
19 # Tie listbox and scrollbar together
20 vbar["command"] = listbox.yview
21 listbox["yscrollcommand"] = vbar.set
23 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
14 self.listbox = listbox = Listbox(frame, exportselection=0,
17 listbox.configure(options)
18 listbox.pack(expand=1, fill="both")
19 # Tie listbox and scrollbar together
20 vbar["command"] = listbox.yview
21 listbox["yscrollcommand"] = vbar.set
23 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
14 self.listbox = listbox = Listbox(frame, exportselection=0,
17 listbox.configure(options)
18 listbox.pack(expand=1, fill="both")
19 # Tie listbox and scrollbar together
20 vbar["command"] = listbox.yview
21 listbox["yscrollcommand"] = vbar.set
23 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
14 self.listbox = listbox = Listbox(frame, exportselection=0,
17 listbox.configure(options)
18 listbox.pack(expand=1, fill="both")
19 # Tie listbox and scrollbar together
20 vbar["command"] = listbox.yview
21 listbox["yscrollcommand"] = vbar.set
23 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
  /external/python/cpython2/Lib/idlelib/
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
ScrolledList.py 9 # Create top frame, with scrollbar and listbox
15 self.listbox = listbox = Listbox(frame, exportselection=0,
18 listbox.configure(options)
19 listbox.pack(expand=1, fill="both")
20 # Tie listbox and scrollbar together
21 vbar["command"] = listbox.yview
22 listbox["yscrollcommand"] = vbar.set
24 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
  /external/python/cpython2/Lib/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
redemo.py 56 self.grouplist = Listbox(self.master)
  /external/python/cpython2/Tools/pynche/
ListViewer.py 7 displayed in the small listbox at the bottom of the screen.
64 self.__aliases = Listbox(root, height=5,
  /external/python/cpython2/Tools/scripts/
redemo.py 57 self.grouplist = Listbox(self.master)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 175 widget = Listbox(frame, name="listbox")

Completed in 7170 milliseconds

1 2 3