2020-11-01 16:38:49 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2020-11-11 00:20:51 +00:00
|
|
|
<requires lib="gtk" version="4.0"/>
|
2020-11-01 16:38:49 +00:00
|
|
|
<object class="GtkPaned">
|
|
|
|
<property name="resize-end-child">0</property>
|
|
|
|
<property name="shrink-start-child">0</property>
|
2023-02-20 02:47:10 +00:00
|
|
|
<property name="start-child">
|
2020-11-01 16:38:49 +00:00
|
|
|
<object class="GtkButton" id="button"/>
|
2023-02-20 02:47:10 +00:00
|
|
|
</property>
|
|
|
|
<property name="end-child">
|
2020-11-01 16:38:49 +00:00
|
|
|
<object class="GtkLabel" id="label"/>
|
2023-02-20 02:47:10 +00:00
|
|
|
</property>
|
2020-11-01 16:38:49 +00:00
|
|
|
</object>
|
|
|
|
</interface>
|