Searched refs:PanedWindow (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | ttk.py | 930 class Panedwindow(Widget, tkinter.PanedWindow): 952 forget = tkinter.PanedWindow.forget # overrides Pack.forget 986 PanedWindow = Panedwindow # tkinter name compatibility variable
|
D | tix.py | 1208 class PanedWindow(TixWidget): class 1733 class _dummyPanedWindow(PanedWindow, TixSubWidget):
|
D | __init__.py | 4391 class PanedWindow(Widget): class
|
/third_party/python/Doc/library/ |
D | tkinter.tix.rst | 27 :class:`PanedWindow`, etc; there are more than 40 of them. 378 .. class:: PanedWindow() 380 The `PanedWindow 387 .. \ulink{PanedWindow}{http://tix.sourceforge.net/dist/current/demos/samples/PanedWin.tcl}
|
D | tkinter.ttk.rst | 47 :class:`LabelFrame`, :class:`Menubutton`, :class:`PanedWindow`, 71 :class:`Label`, :class:`LabelFrame`, :class:`Menubutton`, :class:`PanedWindow`,
|
/third_party/python/Lib/turtledemo/ |
D | __main__.py | 164 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 1049 return tkinter.PanedWindow(self.root, **kwargs)
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 545 return ttk.PanedWindow(self.root, **kwargs)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 5508 PanedWindow.paneconfigure(), and Menu.entryconfigure().
|
/third_party/python/Misc/ |
D | HISTORY | 1798 PanedWindow.paneconfigure(), and Menu.entryconfigure(). 14084 - Issue #1250469: Fix the return value of tix.PanedWindow.panes. 15787 - Issue #3248: Allow placing ScrolledText in a PanedWindow.
|