mirror of https://github.com/daleclack/My_GtkUi
17 lines
403 B
XML
17 lines
403 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkBox">
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="pixel-size">16</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label" translatable="yes">label</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|