Inheritance diagram for Item:
Protected Member Functions | |
public String | getDefaultAction () |
Declares the item default action type name when clicked. | |
void | select () |
Select this item. | |
void | deselect () |
Deselect this item. | |
void | toggle () |
Toggle this item. | |
Static Protected Member Functions | |
GType | getType () |
Gets this class type. |
|
Deselect this item.
|
|
Declares the item default action type name when clicked. (this is different from a button action type name) |
|
Gets this class type.
Reimplemented from Widget. |
|
Select this item.
|
|
Toggle this item.
|