<?xml version='1.0' encoding='UTF-8'?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkApplicationWindow" id="win_app">
<child>
<object class="GtkGrid">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child>
<object class="GtkButton">
<property name="label">NamespacedActor</property>
<signal name="clicked" handler="NamespacedActor::button_click"/>
<layout>
<property name="column">0</property>
<property name="column-span">1</property>
<property name="row">0</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkButton">
<property name="label">Manual Namespace X</property>
<signal name="clicked" handler="x::button_click"/>
<layout>
<property name="column">0</property>
<property name="column-span">1</property>
<property name="row">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkButton">
<property name="label">Manual Namespace Y</property>
<signal name="clicked" handler="y::button_click"/>
<layout>
<property name="column">0</property>
<property name="column-span">1</property>
<property name="row">2</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="vexpand">True</property>
<property name="width-request">300</property>
<child>
<object class="GtkViewport">
<child>
<object class="GtkListBox" id="lst_output"/>
</child>
</object>
</child>
<layout>
<property name="column">1</property>
<property name="column-span">1</property>
<property name="row">0</property>
<property name="row-span">3</property>
</layout>
</object>
</child>
</object>
</child>
</object>
</interface>