<?xml version="1.0" encoding="UTF-8"?> <interface> <requires lib="gtk" version="4.0"/> <requires lib="libadwaita" version="1.0"/> <object class="AdwWindow" id="area_chooser_window"> <property name="name">area_chooser_window</property> <property name="can-focus">True</property> <property name="default-height">412</property> <property name="default-width">584</property> <property name="decorated">False</property> <property name="deletable">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <child type="title"> <object class="GtkHeaderBar" id="headerbar2"> <property name="visible">True</property> <property name="can-focus">False</property> </object> </child> <child> <object class="GtkWindowHandle"> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="orientation">vertical</property> <property name="halign">fill</property> <property name="valign">fill</property> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="orientation">horizontal</property> <property name="halign">fill</property> <property name="valign">start</property> <property name="margin-top">5</property> <property name="margin-start">5</property> <child> <object class="GtkLabel" id="area_size_top"> <property name="name">area_size_top</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="label" translatable="yes">loading</property> </object> </child> </object> </child> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="orientation">horizontal</property> <property name="halign">center</property> <property name="valign">center</property> <property name="vexpand">True</property> <child> <object class="GtkButton" id="area_set_button"> <property name="name">area_set_button</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> <property name="halign">center</property> <property name="valign">center</property> <child> <object class="GtkGrid"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="column-spacing">3</property> <property name="row-homogeneous">True</property> <child> <object class="GtkImage"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="icon-name">object-select-symbolic</property> </object> </child> <child> <object class="GtkLabel" id="area_apply"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="label" translatable="yes">label</property> </object> </child> </object> </child> </object> </child> </object> </child> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="orientation">horizontal</property> <property name="halign">end</property> <property name="valign">end</property> <property name="margin-bottom">5</property> <property name="margin-end">5</property> <child> <object class="GtkLabel" id="area_size_bottom"> <property name="name">area_size_bottom</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="label" translatable="yes">loading</property> </object> </child> </object> </child> </object> </child> </object> </child> </object> </interface>