| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Module entry :: Class KiwiEntry | 
 | 
    object --+    
             |    
PropertyObject --+
                 |
    object --+   |
             |   |
      _GObject --+
                 |
                KiwiEntry
ProxyEntryprefill().
  | Method Summary | |
|---|---|
| do_expose_event(self,
          event) | |
| do_realize(self) | |
| do_size_allocate(self,
          allocation) | |
| do_unrealize(self) | |
| get_background(self) | |
| get_completion(self) | |
| string | Gets the empty mask between start and end | 
| get_field(self) | |
| get_field_length(self,
          field) | |
| Get the position at the specified field. | |
| get_field_text(self,
          field) | |
| list of strings | 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) | |
| Return the mask | |
| get_mode(self) | |
| get_selected_by_iter(self,
          treeiter) | |
| get_selected_data(self,
          treeiter) | |
| get_selected_label(self,
          treeiter) | |
| is_empty(self) | |
| See kiwi.interfaces.IEasyCombo.prefill | |
| prop_set_completion(self,
          value) | |
| prop_set_exact_completion(self,
          value) | |
| prop_set_mask(self,
          value) | |
| set_completion(self,
          completion) | |
| Enable exact entry completion. | |
| set_field(self,
          field,
          select) | |
| Sets the mask of the Entry. | |
| set_pixbuf(self,
          pixbuf) | |
| set_text(self,
          text) | |
| set_tooltip(self,
          text) | |
| update_background(self,
          color) | |
| Inherited from PropertyObject | |
|  | |
|  | |
|  | |
|  | |
| Instance Method Details | 
|---|
| get_empty_mask(self, start=None, end=None)Gets the empty mask between start and end
 | 
| get_field_pos(self, field)Get the position at the specified field. | 
| get_fields(self)Get the fields assosiated with the entry. A field is dynamic content separated by static. For example, the format string 000-000 has two fields separated by a dash. if a field is empty it'll return an empty string otherwise it'll include the content
 | 
| get_mask(self)
 | 
| prefill(self, itemdata, sort=False)Seekiwi.interfaces.IEasyCombo.prefill | 
| set_exact_completion(self, value)Enable exact entry completion. Exact means it needs to start with the value typed and the case needs to be correct.
 | 
| set_mask(self, mask)Sets the mask of the Entry. Supported format characters are:
 This is similar to MaskedTextBox: http://msdn2.microsoft.com/en-us/library/system.windows.forms.maskedtextbox.mask(VS.80).aspxExample mask for a ISO-8601 date >>> entry.set_mask('0000-00-00') 
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |