From ac18bf760907d148490594a1a38dfa311978fcef Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 May 2007 15:52:15 +0000 Subject: Replaced '>' with '>' in the documentation where appropriate (STR# 1682, 1684, 1685) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index 18fbc22c5..6462bc24f 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -406,7 +406,7 @@ sign. Figure 3-4 shows the available symbols.

Thus, to show a very large arrow pointing downward you would use the -label string "@+92->". +label string "@+92->".

align()

@@ -635,13 +635,13 @@ button->when(FL_WHEN_CHANGED | FL_WHEN_NOT_CHANGED);
 class Foo {
   void my_callback(Fl_Widget *w);
-  static void my_static_callback(Fl_Widget *w, void *f) { ((Foo *)f)->my_callback(w); }
+  static void my_static_callback(Fl_Widget *w, void *f) { ((Foo *)f)->my_callback(w); }
   ...
 }
 
 ...
 
-w->callback(my_static_callback, (void *)this);
+w->callback(my_static_callback, (void *)this);
 
-- cgit v1.2.3