summaryrefslogtreecommitdiff
path: root/tests/test7/gui.glade
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2012-06-22 21:46:28 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2012-06-22 21:46:28 +0000
commit217df92d8936b397884c72a2f5f3419f0c4a165f (patch)
tree86be1f8bf76bf893bcca5c0a9f366292c887acc5 /tests/test7/gui.glade
parent46c20d816ed8db6c9a49cb0ff0ff521c37633afa (diff)
download2012-violon-leds-217df92d8936b397884c72a2f5f3419f0c4a165f.tar.gz
2012-violon-leds-217df92d8936b397884c72a2f5f3419f0c4a165f.tar.bz2
2012-violon-leds-217df92d8936b397884c72a2f5f3419f0c4a165f.zip
Version avec des ToggleButons (qui sont en fait des radiobuttons) qui marche
Reste à intégrer mes GtkProgressBar... git-svn-id: file:///var/svn/2012-violon-leds/trunk@27 6be1fa4d-33ac-4c33-becc-79fcb3794bb6
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>