]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkradioaction.sgml
Make short descriptions a bit more consistent.
[~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 <!-- ##### STRUCT GtkRadioAction ##### -->
20 <para>
21 The <structname>GtkRadioAction</structname> struct contains 
22 only private members and should not be accessed directly.
23 </para>
24
25
26 <!-- ##### SIGNAL GtkRadioAction::changed ##### -->
27 <para>
28
29 </para>
30
31 @radioaction: the object which received the signal.
32 @arg1: 
33
34 <!-- ##### ARG GtkRadioAction:group ##### -->
35 <para>
36
37 </para>
38
39 <!-- ##### ARG GtkRadioAction:value ##### -->
40 <para>
41
42 </para>
43
44 <!-- ##### FUNCTION gtk_radio_action_new ##### -->
45 <para>
46
47 </para>
48
49 @name: 
50 @label: 
51 @tooltip: 
52 @stock_id: 
53 @value: 
54 @Returns: 
55
56
57 <!-- ##### FUNCTION gtk_radio_action_get_group ##### -->
58 <para>
59
60 </para>
61
62 @action: 
63 @Returns: 
64
65
66 <!-- ##### FUNCTION gtk_radio_action_set_group ##### -->
67 <para>
68
69 </para>
70
71 @action: 
72 @group: 
73
74
75 <!-- ##### FUNCTION gtk_radio_action_get_current_value ##### -->
76 <para>
77
78 </para>
79
80 @action: 
81 @Returns: 
82
83