forked from AuroraMiddleware/gtk
13 lines
345 B
XML
13 lines
345 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkWindow" id="window1">
|
|
<child>
|
|
<object class="GtkSpinner" id="spinner1">
|
|
<property name="visible">True</property>
|
|
<property name="spinning">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|