]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkradioaction.sgml
2.9.0
[~andy/gtk] / docs / reference / gtk / tmpl / gtkradioaction.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkRadioAction
3
4 <!-- ##### SECTION Short_Description ##### -->
5 An action of which only one in a group can be active
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 A #GtkRadioAction is similar to #GtkRadioMenuItem. A number of radio
10 actions can be linked together so that only one may be active at any 
11 one time.
12 </para>
13
14 <!-- ##### SECTION See_Also ##### -->
15 <para>
16
17 </para>
18
19 <!-- ##### SECTION Stability_Level ##### -->
20
21
22 <!-- ##### STRUCT GtkRadioAction ##### -->
23 <para>
24 The <structname>GtkRadioAction</structname> struct contains 
25 only private members and should not be accessed directly.
26 </para>
27
28
29 <!-- ##### SIGNAL GtkRadioAction::changed ##### -->
30 <para>
31
32 </para>
33
34 @radioaction: the object which received the signal.
35 @arg1: 
36
37 <!-- ##### ARG GtkRadioAction:current-value ##### -->
38 <para>
39
40 </para>
41
42 <!-- ##### ARG GtkRadioAction:group ##### -->
43 <para>
44
45 </para>
46
47 <!-- ##### ARG GtkRadioAction:value ##### -->
48 <para>
49
50 </para>
51
52 <!-- ##### FUNCTION gtk_radio_action_new ##### -->
53 <para>
54
55 </para>
56
57 @name: 
58 @label: 
59 @tooltip: 
60 @stock_id: 
61 @value: 
62 @Returns: 
63
64
65 <!-- ##### FUNCTION gtk_radio_action_get_group ##### -->
66 <para>
67
68 </para>
69
70 @action: 
71 @Returns: 
72
73
74 <!-- ##### FUNCTION gtk_radio_action_set_group ##### -->
75 <para>
76
77 </para>
78
79 @action: 
80 @group: 
81
82
83 <!-- ##### FUNCTION gtk_radio_action_get_current_value ##### -->
84 <para>
85
86 </para>
87
88 @action: 
89 @Returns: 
90
91
92 <!-- ##### FUNCTION gtk_radio_action_set_current_value ##### -->
93 <para>
94
95 </para>
96
97 @action: 
98 @current_value: 
99
100