Home
last modified time | relevance | path

Searched refs:PanedWindow (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/tkinter/
Dttk.py930 class Panedwindow(Widget, tkinter.PanedWindow):
952 forget = tkinter.PanedWindow.forget # overrides Pack.forget
986 PanedWindow = Panedwindow # tkinter name compatibility variable
Dtix.py1208 class PanedWindow(TixWidget): class
1733 class _dummyPanedWindow(PanedWindow, TixSubWidget):
D__init__.py4391 class PanedWindow(Widget): class
/third_party/python/Doc/library/
Dtkinter.tix.rst27 :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}
Dtkinter.ttk.rst47 :class:`LabelFrame`, :class:`Menubutton`, :class:`PanedWindow`,
71 :class:`Label`, :class:`LabelFrame`, :class:`Menubutton`, :class:`PanedWindow`,
/third_party/python/Lib/turtledemo/
D__main__.py164 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py1049 return tkinter.PanedWindow(self.root, **kwargs)
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py545 return ttk.PanedWindow(self.root, **kwargs)
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst5508 PanedWindow.paneconfigure(), and Menu.entryconfigure().
/third_party/python/Misc/
DHISTORY1798 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.