summaryrefslogtreecommitdiff
path: root/tests/test.fl
blob: 1f41ff28c93561be44c60e4592b6298164459c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# data file for the Fltk User Interface Designer (fluid)
version 1.0108 
header_name {.h} 
code_name {.cxx}
Function {} {open selected
} {
  Fl_Window {} {open
    xywh {457 247 100 100} type Double visible
  } {
    Fl_Button {} {
      label button
      xywh {20 40 64 20} labelsize 14
    }
  }
}