17 lines
430 B
XML
17 lines
430 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkFrame">
|
|
<property name="visible">0</property>
|
|
<property name="label">bla</property>
|
|
<child>
|
|
<object class="GtkGestureClick"/>
|
|
</child>
|
|
<property name="child">
|
|
<object class="GtkButton">
|
|
<property name="visible">0</property>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</interface>
|