comparison scripts/miscellaneous/getappdata.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents f0dcb44826f6 446c46af4b42
children db92e7e28e1f
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{value} =} getappdata (@var{h}, @var{name}) 20 ## @deftypefn {Function File} {@var{value} =} getappdata (@var{h}, @var{name})
21 ## @deftypefnx {Function File} {@var{appdata} =} getappdata (@var{h}) 21 ## @deftypefnx {Function File} {@var{appdata} =} getappdata (@var{h})
22 ## Return the @var{value} of the application data @var{name} for the graphics 22 ## Return the @var{value} of the application data @var{name} for the graphics
23 ## object with handle @var{h}. 23 ## object with handle @var{h}.
24 ## 24 ##
25 ## @var{h} may also be a vector of graphics handles. If no second argument 25 ## @var{h} may also be a vector of graphics handles. If no second argument
26 ## @var{name} is given then @code{getappdata} returns a structure, 26 ## @var{name} is given then @code{getappdata} returns a structure,
27 ## @var{appdata}, whose fields correspond to the appdata properties. 27 ## @var{appdata}, whose fields correspond to the appdata properties.
28 ## 28 ##
29 ## @seealso{setappdata, isappdata, rmappdata, guidata, get, set, getpref, setpref} 29 ## @seealso{setappdata, isappdata, rmappdata, guidata, get, set, getpref, setpref}