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

Type ComboEntry

object --+    
         |    
  _GObject --+
             |
            ComboEntry

Known Subclasses:
ProxyComboEntry

Method Summary
  append_item(self, label, data)
See kiwi.interfaces.IEasyCombo.append_item
  clear(self)
Removes all items from list
  clicked(self)
  do_grab_focus(self)
gtk.TreeIter get_active_iter(self)
Return the selected iter
  get_background(self)
  get_icon_window(self)
  get_mode(self)
gtk.TreeModel get_model(self)
Return our model
  get_model_items(self)
See kiwi.interfaces.IEasyCombo.get_model_items
  get_model_strings(self)
See kiwi.interfaces.IEasyCombo.get_model_strings
  get_selected(self)
See kiwi.interfaces.IEasyCombo.get_selected
  get_selected_data(self)
See kiwi.interfaces.IEasyCombo.get_selected_data
  get_selected_label(self)
See kiwi.interfaces.IEasyCombo.get_selected_label
  get_text(self)
Return current text
  popdown(self)
Hide the popup window
  popup(self)
Show the popup window
  prefill(self, itemdata, sort)
See kiwi.interfaces.IEasyCombo.prefill
  select(self, obj)
See kiwi.interfaces.IEasyCombo.select
  select_item_by_data(self, data)
See kiwi.interfaces.IEasyCombo.select_item_by_data
  select_item_by_label(self, text)
See kiwi.interfaces.IEasyCombo.select_item_by_label
  select_item_by_position(self, position)
See kiwi.interfaces.IEasyCombo.select_item_by_position
  set_active(self, rowno)
  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

append_item(self, label, data=None)

See kiwi.interfaces.IEasyCombo.append_item

clear(self)

Removes all items from list

get_active_iter(self)

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

get_model(self)

Returns:
our model
           (type=gtk.TreeModel)

get_model_items(self)

See kiwi.interfaces.IEasyCombo.get_model_items

get_model_strings(self)

See kiwi.interfaces.IEasyCombo.get_model_strings

get_selected(self)

See kiwi.interfaces.IEasyCombo.get_selected

get_selected_data(self)

See kiwi.interfaces.IEasyCombo.get_selected_data

get_selected_label(self)

See kiwi.interfaces.IEasyCombo.get_selected_label

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.interfaces.IEasyCombo.prefill

select(self, obj)

See kiwi.interfaces.IEasyCombo.select

select_item_by_data(self, data)

See kiwi.interfaces.IEasyCombo.select_item_by_data

select_item_by_label(self, text)

See kiwi.interfaces.IEasyCombo.select_item_by_label

select_item_by_position(self, position)

See kiwi.interfaces.IEasyCombo.select_item_by_position

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 Mon Jan 29 16:46:03 2007 http://epydoc.sf.net