Home
last modified time | relevance | path

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

12

/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.py617 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
620 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
623 self.assertEqual(self.paned.panes(),
627 panes = self.paned.panes()
629 self.assertEqual(panes, self.paned.panes())
635 self.assertEqual(self.paned.panes(),
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst382 widget allows the user to interactively manipulate the sizes of several panes.
383 The panes can be arranged either vertically or horizontally. The user changes
384 the sizes of the panes by dragging the resize handle between two panes.
Dtkinter.ttk.rst485 | | Otherwise, the maximum height of all panes is used. |
495 | | the maximum width of all panes is used. |
650 properly if all panes have the notebook they are in as master.
/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/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.shtml1601 <p>This keyword defines additional option panes that are displayed in the
1602 print dialog. Each keyword adds one or more option panes. See the "OutputBinsPDE"
1622 *% Add two panes for finishing and driver options
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dja-t-es-419.txt2399 panes パネス
Dar-t-es.txt2399 panes بانيس
Dja-t-es.txt2399 panes パネス
Dchr-t-es.txt2399 panes ᏆᏁᏍ
Dzh-t-es.txt2399 panes 帕内斯
Dzh-t-es-419.txt2399 panes 帕内斯
Dfa-t-es.txt2399 panes پانیس
Des-fonipa-t-es.txt2399 panes panes
Des-419-fonipa-t-es-fonipa.txt2399 panes panes
Dzh-t-es-fonipa.txt2399 panes 帕内斯
Dja-t-es-fonipa.txt2399 panes パネス
/external/python/cpython3/Lib/tkinter/
Dtix.py1243 def panes(self): member in PanedWindow
D__init__.py3981 def panes(self): member in PanedWindow
/external/python/cpython2/Lib/lib-tk/
DTix.py1246 def panes(self): member in PanedWindow
DTkinter.py3813 def panes(self): member in PanedWindow
/external/python/cpython3/Lib/idlelib/
DChangeLog1308 Separator classes (draggable divider between two panes).

12