mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.18.1 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.12"/>
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="type">popup</property>
|
||
|
<child>
|
||
|
<object class="GtkBox" id="box1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkToggleButton" id="togglebutton1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="active">True</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="label" translatable="yes">I should be red.</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|