]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtktoggleaction.sgml
Make short descriptions a bit more consistent.
[~andy/gtk] / docs / reference / gtk / tmpl / gtktoggleaction.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkToggleAction
3
4 <!-- ##### SECTION Short_Description ##### -->
5 An action which can be toggled between two states
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 A #GtkToggleAction corresponds roughly to a #GtkCheckMenuItem. It has an
10 "active" state specifying whether the action has been checked or not.
11 </para>
12
13 <!-- ##### SECTION See_Also ##### -->
14 <para>
15
16 </para>
17
18 <!-- ##### STRUCT GtkToggleAction ##### -->
19 <para>
20 The <structname>GtkToggleAction</structname> struct contains only 
21 private members and should not be accessed directly.
22 </para>
23
24
25 <!-- ##### SIGNAL GtkToggleAction::toggled ##### -->
26 <para>
27
28 </para>
29
30 @toggleaction: the object which received the signal.
31
32 <!-- ##### ARG GtkToggleAction:draw-as-radio ##### -->
33 <para>
34
35 </para>
36
37 <!-- ##### FUNCTION gtk_toggle_action_new ##### -->
38 <para>
39
40 </para>
41
42 @name: 
43 @label: 
44 @tooltip: 
45 @stock_id: 
46 @Returns: 
47
48
49 <!-- ##### FUNCTION gtk_toggle_action_toggled ##### -->
50 <para>
51
52 </para>
53
54 @action: 
55
56
57 <!-- ##### FUNCTION gtk_toggle_action_set_active ##### -->
58 <para>
59
60 </para>
61
62 @action: 
63 @is_active: 
64
65
66 <!-- ##### FUNCTION gtk_toggle_action_get_active ##### -->
67 <para>
68
69 </para>
70
71 @action: 
72 @Returns: 
73
74
75 <!-- ##### FUNCTION gtk_toggle_action_set_draw_as_radio ##### -->
76 <para>
77
78 </para>
79
80 @action: 
81 @draw_as_radio: 
82
83
84 <!-- ##### FUNCTION gtk_toggle_action_get_draw_as_radio ##### -->
85 <para>
86
87 </para>
88
89 @action: 
90 @Returns: 
91
92