Searched refs:panes (Results 1 – 25 of 31) sorted by relevance
12
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 613 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/ |
D | test_widgets.py | 617 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/ |
D | tkinter.tix.rst | 382 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.
|
D | tkinter.ttk.rst | 485 | | 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/ |
D | tix.rst | 394 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.
|
D | ttk.rst | 391 | | 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/ |
D | raster-driver.shtml | 187 …c-ppd.html#MACOSX'>additional attributes</a> to specify additional option panes in the print dialo…
|
D | postscript-driver.shtml | 269 …c-ppd.html#MACOSX'>additional attributes</a> to specify additional option panes in the print dialo…
|
D | spec-ppd.shtml | 1601 <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/ |
D | ja-t-es-419.txt | 2399 panes パネス
|
D | ar-t-es.txt | 2399 panes بانيس
|
D | ja-t-es.txt | 2399 panes パネス
|
D | chr-t-es.txt | 2399 panes ᏆᏁᏍ
|
D | zh-t-es.txt | 2399 panes 帕内斯
|
D | zh-t-es-419.txt | 2399 panes 帕内斯
|
D | fa-t-es.txt | 2399 panes پانیس
|
D | es-fonipa-t-es.txt | 2399 panes panes
|
D | es-419-fonipa-t-es-fonipa.txt | 2399 panes panes
|
D | zh-t-es-fonipa.txt | 2399 panes 帕内斯
|
D | ja-t-es-fonipa.txt | 2399 panes パネス
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1243 def panes(self): member in PanedWindow
|
D | __init__.py | 3981 def panes(self): member in PanedWindow
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1246 def panes(self): member in PanedWindow
|
D | Tkinter.py | 3813 def panes(self): member in PanedWindow
|
/external/python/cpython3/Lib/idlelib/ |
D | ChangeLog | 1308 Separator classes (draggable divider between two panes).
|
12