From 090eb71a2615fa2d259b3489385a61bd6657950f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 1 Jun 2005 20:05:49 +0000 Subject: 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 --- test/symbols.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') 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, -- cgit v1.2.3