git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4897 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
28 lines
482 B
Plaintext
28 lines
482 B
Plaintext
# data file for the Fltk User Interface Designer (fluid)
|
|
version 1.0107
|
|
header_name {.h}
|
|
code_name {.cxx}
|
|
class UI {open
|
|
} {
|
|
Function {UI()} {open
|
|
} {
|
|
Fl_Window window {open
|
|
xywh {464 147 195 176} type Double size_range {195 176 195 0} visible
|
|
} {
|
|
Fl_Light_Button {} {
|
|
label button
|
|
xywh {25 25 68 20}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
Function {main()} {open return_type int
|
|
} {
|
|
code {UI ui;
|
|
ui.window->show();
|
|
return (Fl::run());} {selected
|
|
}
|
|
}
|
|
|