Package kiwi :: Package ui :: Package widgets :: Module entry :: Class Entry
[frames | no frames]

Type Entry

             object --+            
                      |            
         PropertyObject --+        
                          |        
             object --+   |        
                      |   |        
               _GObject --+        
                          |        
                  KiwiEntry --+    
                              |    
             object --+       |    
                      |       |    
       ProxyWidgetMixin --+   |    
                          |   |    
ValidatableProxyWidgetMixin --+    
                              |    
                     ProxyEntry --+
                                  |
                                 Entry


Method Summary
    Inherited from ProxyEntry
  do_changed(self)
  prop_set_data_type(self, data_type)
Set the data type for the widget
Must matche the data-type property. read(self)
Get the content of the widget.
  set_completion_strings(*args, **kwargs)
  set_mask_for_data_type(self, data_type)
  set_text(self, text)
Sets the text of the entry
  update(self, data)
    Inherited from KiwiEntry
  do_expose_event(self, event)
  do_realize(self)
  do_size_allocate(self, allocation)
  do_unrealize(self)
  get_background(self)
  get_completion(self)
string get_empty_mask(self, start, end)
Gets the empty mask between start and end
list of strings get_field_text(self)
Get the fields assosiated with the entry.
  get_icon_window(self)
  get_iter_by_data(self, data)
  get_iter_by_label(self, label)
  get_iter_from_obj(self, obj)
  get_mask(self)
Return the mask
  get_mode(self)
  get_selected_by_iter(self, treeiter)
  get_selected_label(self, treeiter)
  prefill(self, itemdata, sort)
Fills the Combo with listitems corresponding to the itemdata provided.
  prop_set_completion(self, value)
  prop_set_exact_completion(self, value)
  prop_set_mask(self, value)
  set_completion(self, completion)
  set_exact_completion(self, value)
Enable exact entry completion.
  set_mask(self, mask)
Sets the mask of the Entry.
  set_pixbuf(self, pixbuf)
  set_tooltip(self, text)
  update_background(self, color)
    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 ValidatableProxyWidgetMixin
  is_valid(self)
Return true if the widget is in validated state
  set_blank(self)
Changes the validation state to blank state, this only applies for mandatory widgets, draw an icon and set a tooltip
  set_invalid(self, text, fade)
Changes the validation state to invalid.
  set_valid(self)
Changes the validation state to valid, which will remove icons and reset the background color
  validate(self, force)
Checks if the data is valid.
    Inherited from ProxyWidgetMixin
  set_data_format(self, format)

Class Variable Summary
    Inherited from ProxyEntry
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:14 2006 http://epydoc.sf.net