Searched refs:combobox (Results 1 – 4 of 4) sorted by relevance
31 xfa.host.openList("subform1.subform2.combobox")35 <field name="combobox">
940 def combo_set_active_text(self, combobox, val): argument942 liststore = combobox.get_model()945 combobox.set_active(ctr)956 combobox.set_active(ctr)958 def combo_get_active_text(self, combobox): argument959 liststore = combobox.get_model()960 index = combobox.get_active()
347 The combobox widget generates a **<<ComboboxSelected>>** virtual event358 If *newindex* is specified, sets the combobox value to the element365 Returns the current value of the combobox.370 Sets the value of the combobox to *value*.
358 The combobox widgets generates a **<<ComboboxSelected>>** virtual event369 If *newindex* is specified, sets the combobox value to the element376 Returns the current value of the combobox.381 Sets the value of the combobox to *value*.