14 lines
392 B
XML
14 lines
392 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkActionBar">
|
|
<property name="visible">0</property>
|
|
<child type="start">
|
|
<object class="GtkButton" id="button">
|
|
<property name="visible">0</property>
|
|
<property name="icon-name">document-new</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|