summaryrefslogtreecommitdiff
path: root/tests/test7/gui.glade
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test7/gui.glade')
-rw-r--r--tests/test7/gui.glade31
1 files changed, 19 insertions, 12 deletions
diff --git a/tests/test7/gui.glade b/tests/test7/gui.glade
index 67819e8..f91b0d7 100644
--- a/tests/test7/gui.glade
+++ b/tests/test7/gui.glade
@@ -809,21 +809,24 @@ copy of the Program in return for a fee.
<property name="n_rows">2</property>
<property name="n_columns">2</property>
<child>
- <object class="GtkToggleButton" id="but_func1">
+ <object class="GtkRadioButton" id="radbut_func1">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="receives_default">True</property>
+ <property name="receives_default">False</property>
<property name="related_action">action1</property>
- <signal name="realize" handler="on_but_func1_realize" swapped="no"/>
+ <property name="draw_indicator">True</property>
+ <signal name="realize" handler="on_radbut_func_realize" swapped="no"/>
</object>
</child>
<child>
- <object class="GtkToggleButton" id="but_func2">
+ <object class="GtkRadioButton" id="radbut_func2">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="receives_default">True</property>
+ <property name="receives_default">False</property>
<property name="related_action">action2</property>
- <signal name="realize" handler="on_but_func2_realize" swapped="no"/>
+ <property name="draw_indicator">True</property>
+ <property name="group">radbut_func1</property>
+ <signal name="realize" handler="on_radbut_func_realize" swapped="no"/>
</object>
<packing>
<property name="left_attach">1</property>
@@ -831,12 +834,14 @@ copy of the Program in return for a fee.
</packing>
</child>
<child>
- <object class="GtkToggleButton" id="but_func3">
+ <object class="GtkRadioButton" id="radbut_func3">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="receives_default">True</property>
+ <property name="receives_default">False</property>
<property name="related_action">action3</property>
- <signal name="realize" handler="on_but_func3_realize" swapped="no"/>
+ <property name="draw_indicator">True</property>
+ <property name="group">radbut_func1</property>
+ <signal name="realize" handler="on_radbut_func_realize" swapped="no"/>
</object>
<packing>
<property name="top_attach">1</property>
@@ -844,12 +849,14 @@ copy of the Program in return for a fee.
</packing>
</child>
<child>
- <object class="GtkToggleButton" id="but_func4">
+ <object class="GtkRadioButton" id="radbut_func4">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="receives_default">True</property>
+ <property name="receives_default">False</property>
<property name="related_action">action4</property>
- <signal name="realize" handler="on_but_func4_realize" swapped="no"/>
+ <property name="draw_indicator">True</property>
+ <property name="group">radbut_func1</property>
+ <signal name="realize" handler="on_radbut_func_realize" swapped="no"/>
</object>
<packing>
<property name="left_attach">1</property>