Home
last modified time | relevance | path

Searched refs:Listbox (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/tkinter/
Dfiledialog.py23 Toplevel, RIGHT, Y, END, Listbox, BOTH, Scrollbar,
84 self.files = Listbox(self.midframe, exportselection=0,
95 self.dirs = Listbox(self.midframe, exportselection=0,
Dtix.py1624 class _dummyListbox(Listbox, TixSubWidget):
D__init__.py3180 class Listbox(Widget, XView, YView): class
/third_party/python/Lib/idlelib/
Dconfig_key.py4 from tkinter import Toplevel, Listbox, StringVar, TclError
156 self.list_keys_final = Listbox(self.frame_controls_basic, width=15,
Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
Dconfigdialog.py14 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(
Dautocomplete_w.py200 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
/third_party/python/Tools/pynche/
DListViewer.py64 self.__aliases = Listbox(root, height=5,
/third_party/python/Tools/demo/
Dredemo.py58 self.grouplist = Listbox(self.master)
/third_party/python/Tools/unittestgui/
Dunittestgui.py348 self.errorListbox = tk.Listbox(listFrame, foreground='red',
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py796 return tkinter.Listbox(self.root, **kwargs)
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst5507 Added Tkinter tests for Listbox.itemconfigure(),
/third_party/python/Misc/
DHISTORY1797 - Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),