comparison doc/interpreter/plot.txi @ 12306:eedeed3ee849 release-3-4-x

Rename fltk_mouse_wheel_zoom, fltk_gui_mode functions to remove fltk_ prefix. Add new section to plot.txi to document functions which change toolkit behavior.
author Rik <octave@nomad.inbox5.com>
date Sun, 30 Jan 2011 09:36:11 -0800
parents 2b7aa04f6b53
children 33bbae85769a
comparison
equal deleted inserted replaced
12305:f8891edcfd35 12306:eedeed3ee849
3220 @DOCSTRING(graphics_toolkit) 3220 @DOCSTRING(graphics_toolkit)
3221 3221
3222 @DOCSTRING(available_graphics_toolkits) 3222 @DOCSTRING(available_graphics_toolkits)
3223 3223
3224 @menu 3224 @menu
3225 * Interaction with gnuplot:: 3225 * Customizing Toolkit Behavior::
3226 * Interaction with FLTK::
3227 @end menu 3226 @end menu
3228 3227
3229 @node Interaction with gnuplot 3228 @node Customizing Toolkit Behavior
3230 @subsubsection Interaction with @code{gnuplot} 3229 @subsubsection Customizing Toolkit Behavior
3231 @cindex gnuplot interaction 3230 @cindex toolkit customization
3231
3232 The specific behavior of the backend toolkit may be modified using the
3233 following utility functions. Note: Not all functions apply to every
3234 graphics toolkit.
3232 3235
3233 @DOCSTRING(gnuplot_binary) 3236 @DOCSTRING(gnuplot_binary)
3234 3237
3235 @node Interaction with FLTK 3238 @DOCSTRING(gui_mode)
3236 @subsubsection Interaction with FLTK 3239
3237 3240 @DOCSTRING(mouse_wheel_zoom)
3238 @DOCSTRING(fltk_gui_mode)
3239
3240 @DOCSTRING(fltk_mouse_wheel_zoom)
3241