Searched refs:Listbox (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | filedialog.py | 23 Toplevel, RIGHT, Y, END, Listbox, BOTH, Scrollbar, 84 self.files = Listbox(self.midframe, exportselection=0, 95 self.dirs = Listbox(self.midframe, exportselection=0,
|
D | tix.py | 1624 class _dummyListbox(Listbox, TixSubWidget):
|
D | __init__.py | 3180 class Listbox(Widget, XView, YView): class
|
/third_party/python/Lib/idlelib/ |
D | config_key.py | 4 from tkinter import Toplevel, Listbox, StringVar, TclError 156 self.list_keys_final = Listbox(self.frame_controls_basic, width=15,
|
D | scrolledlist.py | 18 self.listbox = listbox = Listbox(frame, exportselection=0,
|
D | configdialog.py | 14 from tkinter import (Toplevel, Listbox, Scale, Canvas, 348 self.fontlist = Listbox(frame_font_name, height=15, 1230 self.bindingslist = Listbox( 1936 self.extension_list = Listbox(frame_ext, listvariable=self.extension_names, 2118 self.helplist = Listbox(
|
D | autocomplete_w.py | 200 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
|
/third_party/python/Tools/pynche/ |
D | ListViewer.py | 64 self.__aliases = Listbox(root, height=5,
|
/third_party/python/Tools/demo/ |
D | redemo.py | 58 self.grouplist = Listbox(self.master)
|
/third_party/python/Tools/unittestgui/ |
D | unittestgui.py | 348 self.errorListbox = tk.Listbox(listFrame, foreground='red',
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 796 return tkinter.Listbox(self.root, **kwargs)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 5507 Added Tkinter tests for Listbox.itemconfigure(),
|
/third_party/python/Misc/ |
D | HISTORY | 1797 - Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
|