Mercurial > hg > octave-thorsten
comparison src/graphics.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 | 3eaad8355678 |
children | a91037b36b4c |
comparison
equal
deleted
inserted
replaced
12294:e6a2008b14b8 | 12295:2b7aa04f6b53 |
---|---|
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 |