From 26be719a4a1d385d8575d24089aa0afc79c6dc1b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 14 Aug 2006 22:42:46 +0000 Subject: 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 --- test/boxtype.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(); -- cgit v1.2.3