diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-06-01 20:05:49 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-06-01 20:05:49 +0000 |
| commit | 090eb71a2615fa2d259b3489385a61bd6657950f (patch) | |
| tree | 470811e9156836844e19ee3f051ccf3d6f2e15f5 /test | |
| parent | daa8f533973c796a765773d02e09cb3c201cde4b (diff) | |
OK, I admit that I am nuts. But since the code was mostly there anyways adding only a few bytes to the library in total, I added the symbols 'refresh' (formerly known as 'recycle'), 'reload', 'undo', and 'redo', and flags to flip symbols horizontaly '$', and verticaly '%'.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4391 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/symbols.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/symbols.cxx b/test/symbols.cxx index 5b66c08d8..6450a20a3 100644 --- a/test/symbols.cxx +++ b/test/symbols.cxx @@ -126,7 +126,10 @@ bt("@fileopen"); bt("@filesave"); bt("@filesaveas"); bt("@fileprint"); -bt("@recycle"); +bt("@refresh"); +bt("@reload"); +bt("@undo"); +bt("@redo"); orientation = new Fl_Value_Slider( (int)(window->w()*.05+.5), window->h()-40, |
