Searched refs:PanedWindow (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar", 905 class Panedwindow(Widget, tkinter.PanedWindow): 927 forget = tkinter.PanedWindow.forget # overrides Pack.forget 961 PanedWindow = Panedwindow # tkinter name compatibility variable
|
H A D | tix.py | 1208 class PanedWindow(TixWidget): class 1209 """PanedWindow - Multi-pane container widget 1733 class _dummyPanedWindow(PanedWindow, TixSubWidget):
|
H A D | __init__.py | 7 LabelFrame and PanedWindow. 4427 class PanedWindow(Widget): class
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 164 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 1213 return tkinter.PanedWindow(self.root, **kwargs)
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 559 return ttk.PanedWindow(self.root, **kwargs)
|
Completed in 18 milliseconds