Home
last modified time | relevance | path

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

/external/selinux/python/sepolicy/sepolicy/
Dgui.py941 def combo_set_active_text(self, combobox, val): argument
943 liststore = combobox.get_model()
946 combobox.set_active(ctr)
957 combobox.set_active(ctr)
959 def combo_get_active_text(self, combobox): argument
960 liststore = combobox.get_model()
961 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*.