]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkradioaction.sgml
Make 3.0 parallel-installable to 2.x
[~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 <!-- ##### SECTION Image ##### -->
23
24
25 <!-- ##### STRUCT GtkRadioAction ##### -->
26 <para>
27 The <structname>GtkRadioAction</structname> struct contains 
28 only private members and should not be accessed directly.
29 </para>
30
31
32 <!-- ##### SIGNAL GtkRadioAction::changed ##### -->
33 <para>
34
35 </para>
36
37 @radioaction: the object which received the signal.
38 @arg1: 
39
40 <!-- ##### ARG GtkRadioAction:current-value ##### -->
41 <para>
42
43 </para>
44
45 <!-- ##### ARG GtkRadioAction:group ##### -->
46 <para>
47
48 </para>
49
50 <!-- ##### ARG GtkRadioAction:value ##### -->
51 <para>
52
53 </para>
54
55 <!-- ##### FUNCTION gtk_radio_action_new ##### -->
56 <para>
57
58 </para>
59
60 @name: 
61 @label: 
62 @tooltip: 
63 @stock_id: 
64 @value: 
65 @Returns: 
66
67
68 <!-- ##### FUNCTION gtk_radio_action_get_group ##### -->
69 <para>
70
71 </para>
72
73 @action: 
74 @Returns: 
75
76
77 <!-- ##### FUNCTION gtk_radio_action_set_group ##### -->
78 <para>
79
80 </para>
81
82 @action: 
83 @group: 
84
85
86 <!-- ##### FUNCTION gtk_radio_action_get_current_value ##### -->
87 <para>
88
89 </para>
90
91 @action: 
92 @Returns: 
93
94
95 <!-- ##### FUNCTION gtk_radio_action_set_current_value ##### -->
96 <para>
97
98 </para>
99
100 @action: 
101 @current_value: 
102
103