OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Combobox
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/controls/combobox/
combobox.h
38
// A non-editable
combobox
(aka a drop-down list or selector).
39
//
Combobox
has two distinct parts, the drop down arrow and the text. When the
43
class VIEWS_EXPORT
Combobox
: public MenuDelegate,
48
// The style of the
combobox
.
54
// The
combobox
's class name.
57
// |model| is not owned by the
combobox
.
58
explicit
Combobox
(ui::ComboboxModel* model);
59
virtual ~
Combobox
();
68
// Informs the
combobox
that its model changed.
81
// Set the accessible name of the
combobox
[
all
...]
combobox.cc
5
#include "ui/views/controls/
combobox
/
combobox
.h"
24
#include "ui/views/controls/
combobox
/combobox_listener.h"
44
// Limit how small a
combobox
can be.
47
// Size of the
combobox
arrow margins
234
const char
Combobox
::kViewClassName[] = "views/
Combobox
";
237
//
Combobox
, public:
239
Combobox
::
Combobox
(ui::ComboboxModel* model
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
19
__all__ = ["Button", "Checkbutton", "
Combobox
", "Entry", "Frame", "Label",
688
class
Combobox
(Entry):
689
"""Ttk
Combobox
widget combines a text field with a pop-down list of
693
"""Construct a Ttk
Combobox
widget with the parent master.
704
Entry.__init__(self, master, "ttk::
combobox
", **kw)
708
"""If newindex is supplied, sets the
combobox
value to the
716
"""Sets the value of the
combobox
to value."""
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
19
__all__ = ["Button", "Checkbutton", "
Combobox
", "Entry", "Frame", "Label",
688
class
Combobox
(Entry):
689
"""Ttk
Combobox
widget combines a text field with a pop-down list of
693
"""Construct a Ttk
Combobox
widget with the parent master.
704
Entry.__init__(self, master, "ttk::
combobox
", **kw)
708
"""If newindex is supplied, sets the
combobox
value to the
716
"""Sets the value of the
combobox
to value."""
[
all
...]
Completed in 51 milliseconds