]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkitem.sgml
effa9a3c6e6d04e58a52d3f5940192a5e6d2d74b
[~andy/gtk] / docs / reference / gtk / tmpl / gtkitem.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkItem
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The #GtkItem widget is an abstract base class for #GtkMenuItem, #GtkListItem
10 and #GtkTreeItem.
11 </para>
12
13 <!-- ##### SECTION See_Also ##### -->
14 <para>
15
16 </para>
17
18 <!-- ##### SECTION Stability_Level ##### -->
19
20
21 <!-- ##### STRUCT GtkItem ##### -->
22 <para>
23 The #GtkItem-struct struct contains private data only, and
24 should be accessed using the functions below.
25 </para>
26
27
28 <!-- ##### SIGNAL GtkItem::deselect ##### -->
29 <para>
30 Emitted when the item is deselected.
31 </para>
32
33 @item: the object which received the signal.
34
35 <!-- ##### SIGNAL GtkItem::select ##### -->
36 <para>
37 Emitted when the item is selected.
38 </para>
39
40 @item: the object which received the signal.
41
42 <!-- ##### SIGNAL GtkItem::toggle ##### -->
43 <para>
44 Emitted when the item is toggled.
45 </para>
46
47 @item: the object which received the signal.
48
49 <!-- ##### FUNCTION gtk_item_select ##### -->
50 <para>
51 Emits the "select" signal on the given item.
52 </para>
53
54 @item: a #GtkItem.
55
56
57 <!-- ##### FUNCTION gtk_item_deselect ##### -->
58 <para>
59 Emits the "deselect" signal on the given item.
60 </para>
61
62 @item: a #GtkItem.
63
64
65 <!-- ##### FUNCTION gtk_item_toggle ##### -->
66 <para>
67 Emits the "toggle" signal on the given item.
68 </para>
69
70 @item: a #GtkItem.
71
72