# HG changeset patch # User Rik # Date 1300558216 25200 # Node ID d36266a542024fb0f761088929563ce7f057fa18 # Parent 482cf3aad91501b6a181541bf78c335d78839bb3 Add getappdata, setappdata, isappdata, rmappdata functions to documentation. diff -r 482cf3aad915 -r d36266a54202 doc/ChangeLog --- 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 + + * interpreter/octave.texi, interpreter/plot.txi: Add getappdata, + setappdata, isappdata, rmappdata functions to documentation. + 2010-03-18 Rik * interpreter/matrix.txi: Add nth_element function to documentation. diff -r 482cf3aad915 -r d36266a54202 doc/interpreter/octave.texi --- 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:: diff -r 482cf3aad915 -r d36266a54202 doc/interpreter/plot.txi --- 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