changeset 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 cb4ac5e4d987
children d519450e251b
files doc/ChangeLog doc/interpreter/octave.texi doc/interpreter/plot.txi src/ChangeLog src/DLD-FUNCTIONS/__init_fltk__.cc
diffstat 5 files changed, 48 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-30  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/octave.texi: Add new section
+	"Customizing Toolkit Behavior"
+
+	* interpreter/plot.txi: Add functions gnuplot_binary, mouse_wheel_zoom,
+	and gui_mode to new section.
+
 2011-01-30  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/optim.txi: Deprecate glpkmex function and remove
--- a/doc/interpreter/octave.texi
+++ b/doc/interpreter/octave.texi