fluid-parser 0.1.16

A fluid (fltk ui designer) file parser
Documentation
# data file for the Fltk User Interface Designer (fluid)
version 1.0400
header_name {.h}
code_name {.cxx}
Function {make_window1()} {open return_type Button
} {
  Fl_Window {} {open selected
    tooltip {this is a long text
    example} xywh {138 161 440 355} type Double visible
  } {
    Fl_Button but {
      label {Click me}
      xywh {175 230 95 45}
    }
  }
}
Function {make_window2(x: i32, y: i32)} {open return_type Button
} {
  Fl_Window {} {open selected
    tooltip {this is a long text
    example} xywh {138 161 440 355} type Double visible
  } {
    Fl_Button but {
      label {Click me}
      xywh {175 230 95 45}
    }
  }
}