Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:Combobox

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."""