diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-08-14 22:42:46 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-08-14 22:42:46 +0000 |
| commit | 26be719a4a1d385d8575d24089aa0afc79c6dc1b (patch) | |
| tree | 6078e5c45319edd0a0a079596438595db628de6b /test | |
| parent | a5389c90142f305cb4b6cf1a7fdf513f59af33f9 (diff) | |
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
Diffstat (limited to 'test')
| -rw-r--r-- | test/boxtype.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/boxtype.cxx b/test/boxtype.cxx index f0b1be9ad..1557144e7 100644 --- a/test/boxtype.cxx +++ b/test/boxtype.cxx @@ -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(); |
