- Grouped radio buttons
This commit is contained in:
parent
8ac337abf3
commit
c6c5bfa915
1 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.38.2 -->
|
||||
<!-- Generated with glade 3.40.0 -->
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.24"/>
|
||||
<object class="GtkAdjustment" id="ava_opacity_adj">
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton">
|
||||
<object class="GtkRadioButton" id="anchortoedge">
|
||||
<property name="label" translatable="yes">Anchor To Edge</property>
|
||||
<property name="name">voice_anchor_to_edge</property>
|
||||
<property name="visible">True</property>
|
||||
|
|
@ -351,7 +351,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="radiobutton1">
|
||||
<object class="GtkRadioButton" id="anchorfloating">
|
||||
<property name="label" translatable="yes">Floating</property>
|
||||
<property name="name">voice_floating</property>
|
||||
<property name="visible">True</property>
|
||||
|
|
@ -359,6 +359,7 @@
|
|||
<property name="receives-default">False</property>
|
||||
<property name="active">True</property>
|
||||
<property name="draw-indicator">True</property>
|
||||
<property name="group">anchortoedge</property>
|
||||
<signal name="toggled" handler="voice_floating_changed" swapped="no"/>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue