Home
last modified time | relevance | path

Searched refs:Combobox (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
Dcombo_themes.py27 themes_combo = ttk.Combobox(self, values=themes, state="readonly",
Dtheme_selector.py32 self.themes_combo = ttk.Combobox(self, values=themes, state="readonly")
/external/python/cpython2/Doc/library/
Dttk.rst69 :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/
Dttk.py689 class Combobox(Entry): class
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py429 return ttk.Combobox(self.root, **kwargs)
532 combo2 = ttk.Combobox(self.root, values=[1, 2, ''])
/external/python/cpython2/PC/VS7.1/
Dpython20.wse1282 item: Combobox