diff src/DLD-FUNCTIONS/__init_fltk__.cc @ 12295:2b7aa04f6b53 release-3-4-x

Add fltk_gui_mode, fltk_mouse_wheel_zoom to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 22:31:31 -0800
parents db14b8095edd
children 8cc154f45e37
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__init_fltk__.cc	Sat Jan 29 21:58:40 2011 -0800
+++ b/src/DLD-FUNCTIONS/__init_fltk__.cc	Sat Jan 29 22:31:31 2011 -0800
@@ -1970,7 +1970,8 @@
   "-*- texinfo -*-\n\
 @deftypefn  {Built-in Function} {@var{speed} =} fltk_mouse_wheel_zoom ()\n\
 @deftypefnx {Built-in Function} {} fltk_mouse_wheel_zoom (@var{speed})\n\
-Query or set the mouse wheel zoom factor in the fltk graphics toolkit.\n\
+Query or set the mouse wheel zoom factor in the FLTK graphics toolkit.\n\
+@seealso{fltk_gui_mode}\n\
 @end deftypefn")
 {
   octave_value retval = wheel_zoom_speed;
@@ -2002,6 +2003,7 @@
 @item 'none'\n\
 Mouse inputs have no effect.\n\
 @end table\n\
+@seealso{fltk_mouse_wheel_zoom}\n\
 @end deftypefn")
 {
   caseless_str mode_str;
@@ -2036,7 +2038,7 @@
     }
 
   if (failed)
-    error ("MODE must be one of the strings: \"2D\", \"3D\", or \"None\"");
+    error ("MODE must be one of the strings: \"2D\", \"3D\", or \"none\"");
 
 
   return octave_value(mode_str);