Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tix/samples/
DPanedWin.py37 pane = Tix.PanedWindow(w, orientation='vertical')
/external/python/cpython2/Lib/lib-tk/
Dttk.py933 class Panedwindow(Widget, Tkinter.PanedWindow):
955 forget = Tkinter.PanedWindow.forget # overrides Pack.forget
989 PanedWindow = Panedwindow # Tkinter name compatibility variable
DTix.py1209 class PanedWindow(TixWidget): class
1735 class _dummyPanedWindow(PanedWindow, TixSubWidget):
DTkinter.py3629 class PanedWindow(Widget): class
/external/python/cpython3/Lib/tkinter/
Dttk.py935 class Panedwindow(Widget, tkinter.PanedWindow):
957 forget = tkinter.PanedWindow.forget # overrides Pack.forget
991 PanedWindow = Panedwindow # tkinter name compatibility variable
Dtix.py1206 class PanedWindow(TixWidget): class
1731 class _dummyPanedWindow(PanedWindow, TixSubWidget):
D__init__.py4358 class PanedWindow(Widget): class
/external/python/cpython2/Doc/library/
Dtix.rst18 :class:`PanedWindow`, etc; there are more than 40 of them.
390 .. class:: PanedWindow()
392 The `PanedWindow
399 .. \ulink{PanedWindow}{http://tix.sourceforge.net/dist/current/demos/samples/PanedWin.tcl}
Dttk.rst46 :class:`Menubutton`, :class:`PanedWindow`, :class:`Radiobutton`, :class:`Scale`
68 :class:`PanedWindow`, :class:`Radiobutton`, :class:`Scale` and
/external/python/cpython3/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`,
/external/python/cpython2/Demo/turtle/
DturtleDemo.py71 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
/external/python/cpython3/Lib/turtledemo/
D__main__.py165 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
/external/python/cpython2/Misc/NEWS.d/
D2.7.8.rst405 PanedWindow.paneconfigure(), and Menu.entryconfigure().
D2.7a1.rst2212 Fix the return value of Tix.PanedWindow.panes.
4348 Allow placing ScrolledText in a PanedWindow.
/external/python/cpython2/Demo/tix/
Dtixwidgets.py635 pane = Tix.PanedWindow(w, orientation='vertical')
879 pane = Tix.PanedWindow(w, orientation='horizontal')
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py961 return tkinter.PanedWindow(self.root, **kwargs)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py1050 return tkinter.PanedWindow(self.root, **kwargs)
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py550 return ttk.PanedWindow(self.root, **kwargs)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py552 return ttk.PanedWindow(self.root, **kwargs)
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst5508 PanedWindow.paneconfigure(), and Menu.entryconfigure().
/external/python/cpython3/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.