diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-06-01 13:41:01 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-06-01 13:41:01 +0000 |
| commit | daa8f533973c796a765773d02e09cb3c201cde4b (patch) | |
| tree | 65960d6a21e97491bad6ef608b4f7794258d07ac /test/symbols.cxx | |
| parent | 510545879b34a8b7c9ebc9839e9268bb9df0cfd4 (diff) | |
Added a symbol named 'recycle' that can be used to refresh directory listings, etc.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4390 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/symbols.cxx')
| -rw-r--r-- | test/symbols.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/symbols.cxx b/test/symbols.cxx index 4962b36cf..5b66c08d8 100644 --- a/test/symbols.cxx +++ b/test/symbols.cxx @@ -38,8 +38,8 @@ int N = 0; #define W 70 #define H 70 -#define ROWS 8 -#define COLS 4 +#define ROWS 6 +#define COLS 6 Fl_Window *window; Fl_Value_Slider *orientation; @@ -126,6 +126,7 @@ bt("@fileopen"); bt("@filesave"); bt("@filesaveas"); bt("@fileprint"); +bt("@recycle"); orientation = new Fl_Value_Slider( (int)(window->w()*.05+.5), window->h()-40, |
