diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkitem.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkitem.sgml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/reference/gtk/tmpl/gtkitem.sgml b/docs/reference/gtk/tmpl/gtkitem.sgml index f800623b3a..8964eb09bd 100644 --- a/docs/reference/gtk/tmpl/gtkitem.sgml +++ b/docs/reference/gtk/tmpl/gtkitem.sgml @@ -22,48 +22,48 @@ should be accessed using the functions below. </para> -<!-- ##### FUNCTION gtk_item_select ##### --> +<!-- ##### SIGNAL GtkItem::deselect ##### --> <para> -Emits the "select" signal on the given item. +Emitted when the item is deselected. </para> -@item: a #GtkItem. - +@item: the object which received the signal. -<!-- ##### FUNCTION gtk_item_deselect ##### --> +<!-- ##### SIGNAL GtkItem::select ##### --> <para> -Emits the "deselect" signal on the given item. +Emitted when the item is selected. </para> -@item: a #GtkItem. - +@item: the object which received the signal. -<!-- ##### FUNCTION gtk_item_toggle ##### --> +<!-- ##### SIGNAL GtkItem::toggle ##### --> <para> -Emits the "toggle" signal on the given item. +Emitted when the item is toggled. </para> -@item: a #GtkItem. - +@item: the object which received the signal. -<!-- ##### SIGNAL GtkItem::deselect ##### --> +<!-- ##### FUNCTION gtk_item_select ##### --> <para> -Emitted when the item is deselected. +Emits the "select" signal on the given item. </para> -@item: the object which received the signal. +@item: a #GtkItem. -<!-- ##### SIGNAL GtkItem::select ##### --> + +<!-- ##### FUNCTION gtk_item_deselect ##### --> <para> -Emitted when the item is selected. +Emits the "deselect" signal on the given item. </para> -@item: the object which received the signal. +@item: a #GtkItem. -<!-- ##### SIGNAL GtkItem::toggle ##### --> + +<!-- ##### FUNCTION gtk_item_toggle ##### --> <para> -Emitted when the item is toggled. +Emits the "toggle" signal on the given item. </para> -@item: the object which received the signal. +@item: a #GtkItem. + |