Mercurial > hg > octave-nkf
comparison src/DLD-FUNCTIONS/fltk_backend.cc @ 9758:09da0bd91412
Periodic grammar check of Octave documentation files to ensure common format
Use double spaces after a period at start of new sentence
Do not use @iftex blocks where @tex block is sufficient
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 23 Oct 2009 09:28:14 -0700 |
parents | 6291b69cf2d2 |
children | 2d6a5af744b6 |
comparison
equal
deleted
inserted
replaced
9757:95ad9c2a27e2 | 9758:09da0bd91412 |
---|---|
965 } | 965 } |
966 | 966 |
967 DEFUN_DLD (fltk_mouse_wheel_zoom, args, , | 967 DEFUN_DLD (fltk_mouse_wheel_zoom, args, , |
968 "-*- texinfo -*-\n\ | 968 "-*- texinfo -*-\n\ |
969 @deftypefn {Built-in Function} {} fltk_mouse_wheel_zoom ([@var{speed}])\n\ | 969 @deftypefn {Built-in Function} {} fltk_mouse_wheel_zoom ([@var{speed}])\n\ |
970 Returns the current mouse wheel zoom factor in the fltk backend. If\n\ | 970 Returns the current mouse wheel zoom factor in the fltk backend. If\n\ |
971 the @var{speed} argument is given, set the mouse zoom factor to this\n\ | 971 the @var{speed} argument is given, set the mouse zoom factor to this\n\ |
972 value.\n\ | 972 value.\n\ |
973 @end deftypefn") | 973 @end deftypefn") |
974 { | 974 { |
975 octave_value retval = wheel_zoom_speed; | 975 octave_value retval = wheel_zoom_speed; |