comparison src/graphics.cc @ 12215:4ae2a74ed04c

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 9558ca33648d
children a91037b36b4c
comparison
equal deleted inserted replaced
12214:0ce4a9cd6a7f 12215:4ae2a74ed04c
6761 return retval; 6761 return retval;
6762 } 6762 }
6763 6763
6764 DEFUN (available_graphics_toolkits, , , 6764 DEFUN (available_graphics_toolkits, , ,
6765 "-*- texinfo -*-\n\ 6765 "-*- texinfo -*-\n\
6766 @deftypefn {Built-in Function} {} available_graphiscs_toolkits ()\n\ 6766 @deftypefn {Built-in Function} {} available_graphics_toolkits ()\n\
6767 Return a cell array of registered graphics toolkits.\n\ 6767 Return a cell array of registered graphics toolkits.\n\
6768 @end deftypefn") 6768 @end deftypefn")
6769 { 6769 {
6770 gh_manager::autolock guard; 6770 gh_manager::autolock guard;
6771 6771