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.h 39 // A non-editable combobox (aka a drop-down list or selector).
40 // Combobox has two distinct parts, the drop down arrow and the text. Combobox
42 // * STYLE_NORMAL: typical combobox, clicking on the text and/or button shows
48 class VIEWS_EXPORT Combobox : public MenuDelegate,
53 // The style of the combobox.
59 // The combobox's class name.
62 // |model| is not owned by the combobox.
63 explicit Combobox(ui::ComboboxModel* model);
64 virtual ~Combobox();
    [all...]
combobox.cc 5 #include "ui/views/controls/combobox/combobox.h"
28 #include "ui/views/controls/combobox/combobox_listener.h"
50 // Limit how small a combobox can be.
53 // Size of the combobox arrow margins
225 const char Combobox::kViewClassName[] = "views/Combobox";
228 // Combobox, public:
230 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 235 milliseconds