blob: e2f62c0982e1de3aeed42353bb98fe3ff54c3294 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<!-- ##### SECTION Title ##### -->
GtkToggleAction
<!-- ##### SECTION Short_Description ##### -->
an action which can be toggled between two states
<!-- ##### SECTION Long_Description ##### -->
<para>
A #GtkToggleAction corresponds roughly to a #GtkCheckMenuItem. It has an
"active" state specifying whether the action has been checked or not.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GtkToggleAction ##### -->
<para>
The <structname>GtkToggleAction</structname> struct contains only
private members and should not be accessed directly.
</para>
<!-- ##### FUNCTION gtk_toggle_action_toggled ##### -->
<para>
</para>
@action:
<!-- ##### FUNCTION gtk_toggle_action_set_active ##### -->
<para>
</para>
@action:
@is_active:
<!-- ##### FUNCTION gtk_toggle_action_get_active ##### -->
<para>
</para>
@action:
@Returns:
<!-- ##### FUNCTION gtk_toggle_action_set_draw_as_radio ##### -->
<para>
</para>
@action:
@draw_as_radio:
<!-- ##### FUNCTION gtk_toggle_action_get_draw_as_radio ##### -->
<para>
</para>
@action:
@Returns:
<!-- ##### SIGNAL GtkToggleAction::toggled ##### -->
<para>
</para>
@toggleaction: the object which received the signal.
<!-- ##### ARG GtkToggleAction:draw-as-radio ##### -->
<para>
</para>
|