forked from AuroraMiddleware/gtk
396deb44fa
Run gtk4-builder-tool simplify --3to4 over all ui files.
20 lines
550 B
XML
20 lines
550 B
XML
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkPaned" id="paned1">
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="label" translatable="yes">Left</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label2">
|
|
<property name="label" translatable="yes">Right</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|