PHP-GTK Manual
This manual is provided as a courtesy. It is not an official source. Please check gtk.php.net for updated information.
Abstract base class for GtkMenuItem, GtkListItem, and GtkTreeItem.
GtkObject `-- GtkWidget `-- GtkContainer `-- GtkBin `-- GtkItem
GtkListItem, GtkMenuItem, GtkTreeItem
GtkItem provides the toggle() method and "select", "deselect" and "toggle" signal prototypes for GtkMenuItem, GtkListItem, and GtkTreeItem. Note that GtkItem is an abstract base class and cannot be constructed directly.
GtkItem provides the toggle() method and "select", "deselect" and "toggle" signal prototypes for GtkMenuItem, GtkListItem, and GtkTreeItem.
Note that GtkItem is an abstract base class and cannot be constructed directly.
select() Emits "select" signal. deselect() Emits "deselect" signal. toggle() Emits "toggle" signal.
"select" Emitted when user selects item using mouse-click. "deselect" Emitted when user deselects item using mouse-click. "toggle" Emitted when user selects or deselects item using Enter key.