Searched refs:Combobox (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Doc/library/ |
D | tkinter.ttk.rst | 73 The other six are new: :class:`Combobox`, :class:`Notebook`, 296 Combobox chapter 299 The :class:`ttk.Combobox` widget combines a text field with a pop-down list of 308 :class:`ttk.Combobox`. 362 ttk.Combobox 365 .. class:: Combobox 1462 As an example, let's change the Combobox for the default theme a bit:: 1483 combo = ttk.Combobox().pack()
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 21 Spinbox, Combobox) 1665 self.indent_chooser = Combobox(
|
/third_party/python/Lib/tkinter/ |
D | ttk.py | 686 class Combobox(Entry): class
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 424 return ttk.Combobox(self.root, **kwargs) 527 combo2 = ttk.Combobox(self.root, values=[1, 2, ''])
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 150247 @@ -579,6 +579,10 @@ void Combobox::OnComboboxModelChanged(ui::ComboboxModel* model) { 150251 +void Combobox::OnComboboxModelDestroying(ui::ComboboxModel* model) { 150255 const base::RepeatingClosure& Combobox::GetCallback() const { 150262 @@ -131,6 +131,7 @@ class VIEWS_EXPORT Combobox : public View,
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 39916 msgid "TimeZone Combobox"
|