2011-12-29 21:03:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="type">popup</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button1">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
2011-12-29 21:03:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="sensitive">0</property>
|
2011-12-29 21:03:02 +00:00
|
|
|
<property name="label" translatable="yes">I should be green</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|