HomeSort by relevance Sort by last modified time
    Searched defs:Combobox (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 5 #include "ui/views/controls/combobox/combobox.h"
14 #include "ui/views/controls/combobox/combobox_listener.h"
23 const char Combobox::kViewClassName[] = "Combobox";
26 // Combobox, public:
28 Combobox::Combobox(ui::ComboboxModel* model)
37 Combobox::~Combobox() {
    [all...]
combobox.h 11 #include "ui/views/controls/combobox/native_combobox_wrapper.h"
28 // A non-editable combobox (aka a drop-down list).
29 class VIEWS_EXPORT Combobox : public PrefixDelegate {
31 // The combobox's class name.
34 // |model| is not owned by the combobox.
35 explicit Combobox(ui::ComboboxModel* model);
36 virtual ~Combobox();
45 // Informs the combobox that its model changed.
52 // Called when the combobox's selection is changed by the user.
57 // Set the accessible name of the combobox
    [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 3491 milliseconds