forked from AuroraMiddleware/gtk
22 lines
682 B
Plaintext
22 lines
682 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.0 -->
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="visible">True</property>
|
||
|
<child>
|
||
|
<object class="GtkExpander" id="expander1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="expanded">True</property>
|
||
|
<property name="label">Hello</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label">Hello</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|