changeset 12525:d36266a54202

Add getappdata, setappdata, isappdata, rmappdata functions to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 19 Mar 2011 11:10:16 -0700
parents 482cf3aad915
children f8ea3eabcb85
files doc/ChangeLog doc/interpreter/octave.texi doc/interpreter/plot.txi
diffstat 3 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Sat Mar 19 11:07:52 2011 -0400
+++ b/doc/ChangeLog	Sat Mar 19 11:10:16 2011 -0700
@@ -1,3 +1,8 @@
+2010-03-18  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/octave.texi, interpreter/plot.txi: Add getappdata,
+	setappdata, isappdata, rmappdata functions to documentation.
+
 2010-03-18  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/matrix.txi: Add nth_element function to documentation.
--- a/doc/interpreter/octave.texi	Sat Mar 19 11:07:52 2011 -0400
+++ b/doc/interpreter/octave.texi	Sat Mar 19 11:10:16 2011 -0700
@@ -552,6 +552,7 @@
 * Line Styles::                 
 * Marker Styles::               
 * Callbacks::                   
+* Application-defined Data
 * Object Groups::               
 * Graphics Toolkits::           
 
--- a/doc/interpreter/plot.txi	Sat Mar 19 11:07:52 2011 -0400
+++ b/doc/interpreter/plot.txi	Sat Mar 19 11:10:16 2011 -0700
@@ -2447,11 +2447,13 @@
 @node Advanced Plotting
 @section Advanced Plotting
 
+
 @menu
 * Colors::                      
 * Line Styles::                 
 * Marker Styles::               
 * Callbacks::                   
+* Application-defined Data::
 * Object Groups::               
 * Graphics Toolkits::           
 @end menu
@@ -2594,6 +2596,22 @@
 Callbacks can equally be added to properties with the @code{addlistener}
 function described below.
 
+@node Application-defined Data
+@subsection Application-defined Data 
+@cindex Application-defined Data
+
+Octave has a provision for attaching application-defined data to a graphics
+handle.  The data can be anything which is meaningful to the application, and
+will be completely ignored by Octave.
+
+@DOCSTRING(setappdata)
+
+@DOCSTRING(getappdata)
+
+@DOCSTRING(rmappdata)
+
+@DOCSTRING(isappdata)
+
 @node Object Groups
 @subsection Object Groups
 @cindex object groups