Searched refs:Combobox (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Demo/tkinter/ttk/ |
D | combo_themes.py | 27 themes_combo = ttk.Combobox(self, values=themes, state="readonly",
|
D | theme_selector.py | 32 self.themes_combo = ttk.Combobox(self, values=themes, state="readonly")
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 69 :class:`Scrollbar`. The 6 new widget classes are: :class:`Combobox`, 286 Combobox chapter 289 The :class:`ttk.Combobox` widget combines a text field with a pop-down list of 298 :class:`ttk.Combobox`. 351 ttk.Combobox 354 .. class:: Combobox 1342 As an example, let's change the Combobox for the default theme a bit:: 1363 combo = ttk.Combobox().pack()
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 689 class Combobox(Entry): class
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 429 return ttk.Combobox(self.root, **kwargs) 532 combo2 = ttk.Combobox(self.root, values=[1, 2, ''])
|
/external/python/cpython2/PC/VS7.1/ |
D | python20.wse | 1282 item: Combobox
|