1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkItem
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2004-10-11 20:10:52 +00:00
|
|
|
Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
The #GtkItem widget is an abstract base class for #GtkMenuItem, #GtkListItem
|
|
|
|
and #GtkTreeItem.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GtkItem ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
The #GtkItem-struct struct contains private data only, and
|
|
|
|
should be accessed using the functions below.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
<!-- ##### SIGNAL GtkItem::deselect ##### -->
|
2004-02-21 17:05:32 +00:00
|
|
|
<para>
|
2004-07-20 02:26:06 +00:00
|
|
|
Emitted when the item is deselected.
|
2004-02-21 17:05:32 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
@item: the object which received the signal.
|
2004-02-24 22:25:41 +00:00
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
<!-- ##### SIGNAL GtkItem::select ##### -->
|
2004-02-21 17:05:32 +00:00
|
|
|
<para>
|
2004-07-20 02:26:06 +00:00
|
|
|
Emitted when the item is selected.
|
2004-02-21 17:05:32 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
@item: the object which received the signal.
|
2004-02-24 22:25:41 +00:00
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
<!-- ##### SIGNAL GtkItem::toggle ##### -->
|
2004-02-21 17:05:32 +00:00
|
|
|
<para>
|
2004-07-20 02:26:06 +00:00
|
|
|
Emitted when the item is toggled.
|
2004-02-21 17:05:32 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
@item: the object which received the signal.
|
2004-02-21 17:05:32 +00:00
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
<!-- ##### FUNCTION gtk_item_select ##### -->
|
2004-07-18 15:14:05 +00:00
|
|
|
<para>
|
2004-07-20 02:26:06 +00:00
|
|
|
Emits the "select" signal on the given item.
|
2004-07-18 15:14:05 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
@item: a #GtkItem.
|
2004-07-18 15:14:05 +00:00
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_item_deselect ##### -->
|
2004-07-18 15:14:05 +00:00
|
|
|
<para>
|
2004-07-20 02:26:06 +00:00
|
|
|
Emits the "deselect" signal on the given item.
|
2004-07-18 15:14:05 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
@item: a #GtkItem.
|
2004-07-18 15:14:05 +00:00
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_item_toggle ##### -->
|
2004-07-18 15:14:05 +00:00
|
|
|
<para>
|
2004-07-20 02:26:06 +00:00
|
|
|
Emits the "toggle" signal on the given item.
|
2004-07-18 15:14:05 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
@item: a #GtkItem.
|
|
|
|
|
2004-07-18 15:14:05 +00:00
|
|
|
|