Package kiwi :: Package ui :: Module comboentry :: Class ComboEntry
[frames | no frames]

Type ComboEntry

object --+    
         |    
  _GObject --+
             |
            ComboEntry

Known Subclasses:
ProxyComboEntry

Method Summary
  clicked(self)
  do_grab_focus(self)
gtk.TreeIter get_active_iter(self)
Return the selected iter
  get_background(self)
  get_icon_window(self)
gtk.TreeModel get_model(self)
Return our model
  get_selected(self)
Return selected text or item or None if nothing is selected
  get_selected_label(self)
Return the label of the currently selected item
  get_text(self)
Return current text
  popdown(self)
Hide the popup window
  popup(self)
Show the popup window
  prefill(self, itemdata, sort)
See kiwi.ui.widgets.entry
  select(self, obj)
  select_item_by_data(self, data)
  select_item_by_label(self, text)
  set_active_iter(self, iter)
  set_label_text(self, text)
  set_model(self, model)
Set the tree model to model
  set_pixbuf(self, pixbuf)
  set_text(self, text)
  update_background(self, color)

Method Details

get_active_iter(self)

Returns:
the selected iter
           (type=gtk.TreeIter)

get_model(self)

Returns:
our model
           (type=gtk.TreeModel)

get_selected(self)

Returns:
selected text or item or None if nothing is selected

get_selected_label(self)

Returns:
the label of the currently selected item

get_text(self)

Returns:
current text

popdown(self)

Hide the popup window

popup(self)

Show the popup window

prefill(self, itemdata, sort=False)

See kiwi.ui.widgets.entry

select(self, obj)

Parameters:
obj - data or text to select

select_item_by_data(self, data)

Parameters:
data - object to select

select_item_by_label(self, text)

Parameters:
text - text to select

set_active_iter(self, iter)

Parameters:
iter - iter to select
           (type=gtk.TreeIter)

set_model(self, model)

Set the tree model to model
Parameters:
model - new model
           (type=gtk.TreeModel)

set_text(self, text)

Parameters:
text -

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