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
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.90.1 -->
<interface>
  <!-- interface-name example_canvas.ui -->
  <requires lib="gtk" version="4.0"/>
  <object class="GtkApplicationWindow" id="win_app">
    <child>
      <object class="GtkDrawingArea" id="draw_area">
        <signal name="resize" handler="resize"/>
      </object>
    </child>
  </object>
</interface>