Home
last modified time | relevance | path

Searched refs:PanedWindow (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/tkinter/
H A Dttk.py21 "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 Dtix.py1208 class PanedWindow(TixWidget): class
1209 """PanedWindow - Multi-pane container widget
1733 class _dummyPanedWindow(PanedWindow, TixSubWidget):
H A D__init__.py7 LabelFrame and PanedWindow.
4427 class PanedWindow(Widget): class
/third_party/python/Lib/turtledemo/
H A D__main__.py164 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py1213 return tkinter.PanedWindow(self.root, **kwargs)
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py559 return ttk.PanedWindow(self.root, **kwargs)

Completed in 18 milliseconds