fltk-decl 0.2.7

Describe your fltk-rs app declaratively, supports hot-reloading!
Documentation
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://raw.githubusercontent.com/MoAlyousef/fltk-decl/main/schemas/fltk-schema.xsd"?>
<root>
  <widget>Column</widget>
  <children>
    <widget>Button</widget>
    <label>Inc</label>
    <fixed>60</fixed>
    <id>inc</id>
    <labelcolor>#0000ff</labelcolor>
  </children>
  <children>
    <widget>Row</widget>
    <children>
      <widget>Frame</widget>
      <fixed>30</fixed>
    </children>
    <children>
      <widget>Frame</widget>
      <label>0</label>
      <id>result</id>
      <labelcolor>#ff0000</labelcolor>
    </children>
    <children>
      <widget>Frame</widget>
      <fixed>30</fixed>
    </children>
  </children>
  <children>
    <widget>Button</widget>
    <label>Dec</label>
    <fixed>60</fixed>
    <id>dec</id>
  </children>
</root>