| 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)
|