Home
last modified time | relevance | path

Searched refs:panes (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py613 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
616 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
619 self.assertEqual(self.paned.panes(),
623 panes = self.paned.panes()
625 self.assertEqual(panes, self.paned.panes())
631 self.assertEqual(self.paned.panes(),
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py612 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
615 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
618 self.assertEqual(self.paned.panes(),
622 panes = self.paned.panes()
624 self.assertEqual(panes, self.paned.panes())
630 self.assertEqual(self.paned.panes(),
/external/python/cpython2/Doc/library/
Dtix.rst394 widget allows the user to interactively manipulate the sizes of several panes.
395 The panes can be arranged either vertically or horizontally. The user changes
396 the sizes of the panes by dragging the resize handle between two panes.
Dttk.rst391 | | Otherwise, the maximum height of all panes is used. |
401 | | the maximum width of all panes is used. |
554 properly if all panes have the notebook they are in as master.
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst393 widget allows the user to interactively manipulate the sizes of several panes.
394 The panes can be arranged either vertically or horizontally. The user changes
395 the sizes of the panes by dragging the resize handle between two panes.
Dtkinter.ttk.rst404 | | Otherwise, the maximum height of all panes is used. |
414 | | the maximum width of all panes is used. |
569 properly if all panes have the notebook they are in as master.
/external/libcups/filter/
Draster-driver.shtml187 …c-ppd.html#MACOSX'>additional attributes</a> to specify additional option panes in the print dialo…
Dpostscript-driver.shtml269 …c-ppd.html#MACOSX'>additional attributes</a> to specify additional option panes in the print dialo…
Dspec-ppd.shtml1588 <p>This keyword defines additional option panes that are displayed in the
1589 print dialog. Each keyword adds one or more option panes. See the "OutputBinsPDE"
1605 *% Add two panes for finishing and driver options
/external/python/cpython2/Lib/lib-tk/
DTix.py1250 def panes(self): member in PanedWindow
DTkinter.py3808 def panes(self): member in PanedWindow
/external/python/cpython3/Lib/tkinter/
Dtix.py1243 def panes(self): member in PanedWindow
D__init__.py3975 def panes(self): member in PanedWindow
/external/python/cpython2/Lib/idlelib/
DChangeLog1308 Separator classes (draggable divider between two panes).
/external/python/cpython3/Lib/idlelib/
DChangeLog1308 Separator classes (draggable divider between two panes).
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DNEWS7958 - Issue #1250469: Fix the return value of Tix.PanedWindow.panes.
/external/python/cpython3/Misc/
DHISTORY14084 - Issue #1250469: Fix the return value of tix.PanedWindow.panes.