Inheritance diagram for ListItem:

Public Member Functions | |
| this (GtkWidget *gtkWidget) | |
| Creates a new List item from a GtkWidget. | |
| this () | |
| Creates a new ListItem. | |
| this (char[] label) | |
| Creates a new list item with a label. | |
| void | select () |
| Selects this item. | |
| void | deselect () |
| Deselect this item. | |
| void | select (bit selectStat) |
| Sets the selection state of this item. | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
Deselect this item.
Reimplemented from Item. |
|
|
Gets this class type.
Reimplemented from Item. |
|
|
Sets the selection state of this item.
|
|
|
Selects this item.
Reimplemented from Item. |
|
|
Creates a new list item with a label.
|
|
|
Creates a new ListItem.
|
|
|
Creates a new List item from a GtkWidget.
Reimplemented from Item. |
|
|
|
|