diff doc/interpreter/plot.txi @ 12226:8cc154f45e37

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 4ae2a74ed04c
children 33bbae85769a
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Sun Jan 30 12:01:35 2011 -0500
+++ b/doc/interpreter/plot.txi	Sun Jan 30 09:36:11 2011 -0800
@@ -3222,20 +3222,19 @@
 @DOCSTRING(available_graphics_toolkits)
 
 @menu
-* Interaction with gnuplot::    
-* Interaction with FLTK::    
+* Customizing Toolkit Behavior::    
 @end menu
 
-@node Interaction with gnuplot
-@subsubsection Interaction with @code{gnuplot}
-@cindex gnuplot interaction
+@node Customizing Toolkit Behavior
+@subsubsection Customizing Toolkit Behavior
+@cindex toolkit customization
+
+The specific behavior of the backend toolkit may be modified using the
+following utility functions.  Note: Not all functions apply to every
+graphics toolkit.
 
 @DOCSTRING(gnuplot_binary)
 
-@node Interaction with FLTK
-@subsubsection Interaction with FLTK
-
-@DOCSTRING(fltk_gui_mode)
-
-@DOCSTRING(fltk_mouse_wheel_zoom)
-
+@DOCSTRING(gui_mode)
+
+@DOCSTRING(mouse_wheel_zoom)