Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py606 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
609 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
612 self.assertEqual(self.paned.panes(),
616 panes = self.paned.panes()
618 self.assertEqual(panes, self.paned.panes())
624 self.assertEqual(self.paned.panes(),
/third_party/python/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.
/third_party/python/Lib/tkinter/
Dtix.py1245 def panes(self): member in PanedWindow
D__init__.py4578 def panes(self): member in PanedWindow
/third_party/python/Lib/idlelib/
DChangeLog1308 Separator classes (draggable divider between two panes).
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt1757 leaded panes of the window streamed the apricot-coloured light of a
2335 The panes glowed like plates of heated metal. The sky above was like a
7607 the leaded panes seemed to him like his own wasted resolutions and wild
8261 villa and the salt spray dashing against the panes? It is marvellously
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt1757 leaded panes of the window streamed the apricot-coloured light of a
2335 The panes glowed like plates of heated metal. The sky above was like a
7607 the leaded panes seemed to him like his own wasted resolutions and wild
8261 villa and the salt spray dashing against the panes? It is marvellously
/third_party/icu/icu4j/perf-tests/data/collation/
Dnvsbl10.txt223 the top of the white muslin that obscured the lower panes. This
Dulyss10.txt10034 behind the diamond panes?
28248 kitchen panes a man regulating a gasflame of 14 CP, a man lighting a
/third_party/python/Misc/
DHISTORY14084 - Issue #1250469: Fix the return value of tix.PanedWindow.panes.