2000-01-11 11:20:02 +03:00
# data file for the Fltk User Interface Designer (fluid)
2016-01-30 03:56:42 +03:00
version 1.0400
2015-07-09 05:09:33 +03:00
header_name {.h}
2008-09-03 01:42:36 +04:00
code_name {.cxx}
1998-10-06 22:21:25 +04:00
Function {} {open
} {
2000-01-11 11:20:02 +03:00
Fl_Window {} {open
2015-03-10 04:41:55 +03:00
xywh {401 207 366 261} type Double hide resizable
1998-10-06 22:21:25 +04:00
} {
Fl_Button {} {
label {@<-}
callback {Fl_Window* w = o->window();
2000-01-11 11:20:02 +03:00
w->position(w->x()-50,w->y());}
2008-09-03 01:42:36 +04:00
xywh {20 40 40 40}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label {@2->}
callback {Fl_Window* w = o->window();
2000-01-11 11:20:02 +03:00
w->position(w->x(),w->y()+50);}
2008-09-03 01:42:36 +04:00
xywh {60 80 40 40}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label {@->}
callback {Fl_Window* w = o->window();
2000-01-11 11:20:02 +03:00
w->position(w->x()+50,w->y());}
2008-09-03 01:42:36 +04:00
xywh {100 40 40 40}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label {@8->}
callback {Fl_Window* w = o->window();
2000-01-11 11:20:02 +03:00
w->position(w->x(),w->y()-50);}
2008-09-03 01:42:36 +04:00
xywh {60 0 40 40}
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label grow
callback {Fl_Window* w = o->window();
2000-01-11 11:20:02 +03:00
w->size(w->w()+20, w->h()+20);}
2008-09-03 01:42:36 +04:00
xywh {30 130 110 40} labelfont 1 labelsize 18
1998-10-06 22:21:25 +04:00
}
Fl_Button {} {
label shrink
callback {Fl_Window* w = o->window();
2000-01-11 11:20:02 +03:00
w->size(w->w()-20, w->h()-20);}
2008-09-03 01:42:36 +04:00
xywh {30 190 110 40} labelfont 1 labelsize 18
2000-01-11 11:20:02 +03:00
}
Fl_Box {} {
label {This is a test of program-generated resize() of a window. The window should move or resize once when each button is clicked. The program and window manager should not go into fits echoing resizes back and forth!} selected
xywh {150 10 160 220} box BORDER_BOX align 148
1998-10-06 22:21:25 +04:00
}
}
2015-07-09 05:09:33 +03:00
}