Modified boxtype demo to show somewhat experimental, yet nice round plastic boxes.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5311 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2006-08-14 22:42:46 +00:00
parent a5389c9014
commit 26be719a4a
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,7 @@
int N = 0;
#define W 200
#define H 50
#define ROWS 10
#define ROWS 11
Fl_Window *window;
@ -100,6 +100,9 @@ int main(int argc, char ** argv) {
bt("FL_PLASTIC_DOWN_FRAME",FL_PLASTIC_DOWN_FRAME);
bt("FL_PLASTIC_THIN_UP_BOX",FL_PLASTIC_THIN_UP_BOX);
bt("FL_PLASTIC_THIN_DOWN_BOX",FL_PLASTIC_THIN_DOWN_BOX);
N += 2;
bt("FL_PLASTIC_ROUND_UP_BOX",FL_PLASTIC_ROUND_UP_BOX);
bt("FL_PLASTIC_ROUND_DOWN_BOX",FL_PLASTIC_ROUND_DOWN_BOX);
window->resizable(window);
window->end();
window->show();