Home
last modified time | relevance | path

Searched refs:combobox (Results 1 – 3 of 3) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
Dgui.py940 def combo_set_active_text(self, combobox, val): argument
942 liststore = combobox.get_model()
945 combobox.set_active(ctr)
956 combobox.set_active(ctr)
958 def combo_get_active_text(self, combobox): argument
959 liststore = combobox.get_model()
960 index = combobox.get_active()
/external/python/cpython2/Doc/library/
Dttk.rst347 The combobox widget generates a **<<ComboboxSelected>>** virtual event
358 If *newindex* is specified, sets the combobox value to the element
365 Returns the current value of the combobox.
370 Sets the value of the combobox to *value*.
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst358 The combobox widgets generates a **<<ComboboxSelected>>** virtual event
369 If *newindex* is specified, sets the combobox value to the element
376 Returns the current value of the combobox.
381 Sets the value of the combobox to *value*.