/external/python/cpython2/Demo/tix/samples/ |
D | PanedWin.py | 37 pane = Tix.PanedWindow(w, orientation='vertical')
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 933 class Panedwindow(Widget, Tkinter.PanedWindow): 955 forget = Tkinter.PanedWindow.forget # overrides Pack.forget 989 PanedWindow = Panedwindow # Tkinter name compatibility variable
|
D | Tix.py | 1209 class PanedWindow(TixWidget): class 1735 class _dummyPanedWindow(PanedWindow, TixSubWidget):
|
D | Tkinter.py | 3629 class PanedWindow(Widget): class
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 935 class Panedwindow(Widget, tkinter.PanedWindow): 957 forget = tkinter.PanedWindow.forget # overrides Pack.forget 991 PanedWindow = Panedwindow # tkinter name compatibility variable
|
D | tix.py | 1206 class PanedWindow(TixWidget): class 1731 class _dummyPanedWindow(PanedWindow, TixSubWidget):
|
D | __init__.py | 4358 class PanedWindow(Widget): class
|
/external/python/cpython2/Doc/library/ |
D | tix.rst | 18 :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}
|
D | ttk.rst | 46 :class:`Menubutton`, :class:`PanedWindow`, :class:`Radiobutton`, :class:`Scale` 68 :class:`PanedWindow`, :class:`Radiobutton`, :class:`Scale` and
|
/external/python/cpython3/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`,
|
/external/python/cpython2/Demo/turtle/ |
D | turtleDemo.py | 71 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
|
/external/python/cpython3/Lib/turtledemo/ |
D | __main__.py | 165 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.8.rst | 405 PanedWindow.paneconfigure(), and Menu.entryconfigure().
|
D | 2.7a1.rst | 2212 Fix the return value of Tix.PanedWindow.panes. 4348 Allow placing ScrolledText in a PanedWindow.
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 635 pane = Tix.PanedWindow(w, orientation='vertical') 879 pane = Tix.PanedWindow(w, orientation='horizontal')
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 961 return tkinter.PanedWindow(self.root, **kwargs)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 1050 return tkinter.PanedWindow(self.root, **kwargs)
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 550 return ttk.PanedWindow(self.root, **kwargs)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 552 return ttk.PanedWindow(self.root, **kwargs)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 5508 PanedWindow.paneconfigure(), and Menu.entryconfigure().
|
/external/python/cpython3/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.
|