Package kiwi :: Package ui :: Package widgets :: Module combobox :: Class ComboBox
[frames | no frames]

Type ComboBox

      object --+        
               |        
      ComboMixin --+    
                   |    
      object --+   |    
               |   |    
  PropertyObject --+    
                   |    
      object --+   |    
               |   |    
ProxyWidgetMixin --+    
                   |    
      object --+   |    
               |   |    
        _GObject --+    
                   |    
       ProxyComboBox --+
                       |
                      ComboBox


Method Summary
    Inherited from ProxyComboBox
  clear(self)
Removes all items from list
  prefill(self, itemdata, sort)
Fills the Combo with listitems corresponding to the itemdata provided.
Must matche the data-type property. read(self)
Get the content of the widget.
  update(self, data)
    Inherited from PropertyObject
  do_get_property(self, pspec)
  do_set_property(self, pspec, value)
  get_attribute_names(self)
  is_default_value(self, attr, value)
    Inherited from ComboMixin
  append_item(self, label, data)
Adds a single item to the Combo.
  get_model_items(self)
  get_model_strings(self)
  get_selected(self)
  get_selected_data(self)
  get_selected_label(self)
  select(self, data)
  select_item_by_data(self, data)
  select_item_by_label(self, label)
  select_item_by_position(self, pos)
  set_mode(self, mode)
    Inherited from ProxyWidgetMixin
  prop_set_data_type(self, data_type)
Set the data type for the widget
  set_data_format(self, format)

Class Variable Summary
    Inherited from ProxyComboBox
tuple allowed_data_types: A list of types which we are allowed to use in this class.

Generated by Epydoc 2.1 on Thu Oct 19 03:18:13 2006 http://epydoc.sf.net