Searched refs:panes (Results 1 – 25 of 36) 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 | 615 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 618 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 621 self.assertEqual(self.paned.panes(), 625 panes = self.paned.panes() 627 self.assertEqual(panes, self.paned.panes()) 633 self.assertEqual(self.paned.panes(),
|
/external/perfetto/docs/quickstart/ |
D | linux-tracing.md | 50 This will open a tmux window with three panes, one per the binary involved in
|
/external/fmtlib/doc/bootstrap/ |
D | navs.less | 222 // Hide tabbable panes to start, show them when `.active`
|
/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/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/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 | 1652 <p>This keyword defines additional option panes that are displayed in the 1653 print dialog. Each keyword adds one or more option panes. See the "OutputBinsPDE" 1673 *% Add two panes for finishing and driver options
|
/external/cldr/common/testData/transforms/ |
D | ja-t-es-419.txt | 2399 panes パネス
|
D | ar-t-es.txt | 2399 panes بانيس
|
D | ja-t-es.txt | 2399 panes パネス
|
D | fa-t-es.txt | 2399 panes پانیس
|
D | zh-t-es-419.txt | 2399 panes 帕内斯
|
D | zh-t-es.txt | 2399 panes 帕内斯
|
D | chr-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 | 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 | 4545 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
|
12