woab 0.9.0

Widgets on Actors Bridge - a GUI microframework for combining GTK with Actix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.90.1 -->
<interface>
  <!-- interface-name just_a_button.ui -->
  <requires lib="gtk" version="4.0"/>
  <object class="GtkApplicationWindow" id="win_test">
    <child>
      <object class="GtkButton" id="btn_button">
        <property name="label">The Button</property>
        <signal name="clicked" handler="button_clicked"/>
      </object>
    </child>
  </object>
</interface>