| PyGTK Tutorial | ||
|---|---|---|
| <<< Previous | Appendix C. List Widget | Next >>> |
gtklistitemtype = list_item.get_type() |
Returns the "GtkListItem" type identifier.
list_item = GtkListItem() |
Creates a new ListItem object.
list_item = GtkListItem(text) |
Create a new ListItem object, having a
single Label as the sole child.
list_item.select() |
This method causes the list_item
to emit the select signal.
list_item.deselect() |
This method causes list_item
to emit the deselect signal.
| <<< Previous | Home | Next >>> |
| Signals | Up | Example |