| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Package widgets :: Module combo :: Class ProxyComboBox | 
 | 
      object --+    
               |    
  PropertyObject --+
                   |
      object --+   |
               |   |
ProxyWidgetMixin --+
                   |
      object --+   |
               |   |
        _GObject --+
                   |
                  ProxyComboBox
ComboBox| Method Summary | |
|---|---|
| See kiwi.interfaces.IEasyCombo.append_item | |
| See kiwi.interfaces.IEasyCombo.clear | |
| See kiwi.interfaces.IEasyCombo.get_model_strings | |
| See kiwi.interfaces.IEasyCombo.select_item_by_data | |
| See kiwi.interfaces.IEasyCombo.get_selected_data | |
| See kiwi.interfaces.IEasyCombo.get_selected_label | |
| See kiwi.interfaces.IEasyCombo.get_model_items | |
| See kiwi.interfaces.IEasyCombo.prefill | |
| Must matche the data-type property. | Get the content of the widget. | 
| See kiwi.interfaces.IEasyCombo.select | |
| See kiwi.interfaces.IEasyCombo.select_item_by_label | |
| See kiwi.interfaces.IEasyCombo.select_item_by_position | |
| See kiwi.interfaces.IEasyCombo.select | |
| update(self,
          data) | |
| Inherited from PropertyObject | |
|  | |
|  | |
|  | |
|  | |
| Inherited from ProxyWidgetMixin | |
| Set the data type for the widget | |
|  | |
| Class Variable Summary | |
|---|---|
| tuple | allowed_data_types: A list of types which we are allowed to use in this class. | 
| Instance Method Details | 
|---|
| append_item(self, label, data=None)Seekiwi.interfaces.IEasyCombo.append_item | 
| clear(self)Seekiwi.interfaces.IEasyCombo.clear | 
| get_model_items(self)Seekiwi.interfaces.IEasyCombo.get_model_strings | 
| get_model_strings(self)Seekiwi.interfaces.IEasyCombo.select_item_by_data | 
| get_selected(self)Seekiwi.interfaces.IEasyCombo.get_selected_data | 
| get_selected_data(self)Seekiwi.interfaces.IEasyCombo.get_selected_label | 
| get_selected_label(self)Seekiwi.interfaces.IEasyCombo.get_model_items | 
| prefill(self, itemdata, sort=False)Seekiwi.interfaces.IEasyCombo.prefill | 
| read(self)Get the content of the widget. The type of the return value
 | 
| select(self, data)Seekiwi.interfaces.IEasyCombo.select | 
| select_item_by_data(self, data)Seekiwi.interfaces.IEasyCombo.select_item_by_label | 
| select_item_by_label(self, label)Seekiwi.interfaces.IEasyCombo.select_item_by_position | 
| select_item_by_position(self, pos)Seekiwi.interfaces.IEasyCombo.select | 
| Class Variable Details | 
|---|
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |