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