11.77Class GtkItem

Abstract base class for GtkItemItem, GtkListItem and GtkTreeItem

Class GtkItem

The GtkItem widget is an abstract base class for GtkItemItem, GtkListItem and GtkTreeItem.

Methods
deselectEmits the "deselect" signal on the given item.
selectEmits the "select" signal on the given item.
signal_deselectEmitted when the item is deselected.
signal_selectEmitted when the item is selected.
signal_toggleEmitted when the item is toggled.
toggleEmits the "toggle" signal on the given item.

Methods

deselect

Emits the "deselect" signal on the given item.

GtkItem.deselect()

select

Emits the "select" signal on the given item.

GtkItem.select()

signal_deselect

Emitted when the item is deselected.

GtkItem.signal_deselect()

signal_select

Emitted when the item is selected.

GtkItem.signal_select()

signal_toggle

Emitted when the item is toggled.

GtkItem.signal_toggle()

toggle

Emits the "toggle" signal on the given item.

GtkItem.toggle()
Made with http://www.falconpl.org