]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtktoggleaction.sgml
79a2455e31cb9cef938daad5f3c77f4e05c44513
[~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 <!-- ##### SECTION Stability_Level ##### -->
19
20
21 <!-- ##### SECTION Image ##### -->
22
23
24 <!-- ##### STRUCT GtkToggleAction ##### -->
25 <para>
26 The <structname>GtkToggleAction</structname> struct contains only 
27 private members and should not be accessed directly.
28 </para>
29
30
31 <!-- ##### SIGNAL GtkToggleAction::toggled ##### -->
32 <para>
33
34 </para>
35
36 @toggleaction: the object which received the signal.
37
38 <!-- ##### ARG GtkToggleAction:active ##### -->
39 <para>
40
41 </para>
42
43 <!-- ##### ARG GtkToggleAction:draw-as-radio ##### -->
44 <para>
45
46 </para>
47
48 <!-- ##### FUNCTION gtk_toggle_action_new ##### -->
49 <para>
50
51 </para>
52
53 @name: 
54 @label: 
55 @tooltip: 
56 @stock_id: 
57 @Returns: 
58
59
60 <!-- ##### FUNCTION gtk_toggle_action_toggled ##### -->
61 <para>
62
63 </para>
64
65 @action: 
66
67
68 <!-- ##### FUNCTION gtk_toggle_action_set_active ##### -->
69 <para>
70
71 </para>
72
73 @action: 
74 @is_active: 
75
76
77 <!-- ##### FUNCTION gtk_toggle_action_get_active ##### -->
78 <para>
79
80 </para>
81
82 @action: 
83 @Returns: 
84
85
86 <!-- ##### FUNCTION gtk_toggle_action_set_draw_as_radio ##### -->
87 <para>
88
89 </para>
90
91 @action: 
92 @draw_as_radio: 
93
94
95 <!-- ##### FUNCTION gtk_toggle_action_get_draw_as_radio ##### -->
96 <para>
97
98 </para>
99
100 @action: 
101 @Returns: 
102
103