class tkinter.ttk.Combobox
-
current(newindex=None) -
If newindex is specified, sets the combobox value to the element position newindex. Otherwise, returns the index of the current value or -1 if the current value is not in the values list.
-
get() -
Returns the current value of the combobox.
-
set(value) -
Sets the value of the combobox to value.
Please login to continue.