Mercurial > hg > octave-nkf
comparison scripts/plot/gcbo.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | 85d6296d51e1 |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9039:51dc9691f23f | 9040:dbd0c77e575e |
---|---|
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {@var{h} =} gcbo () | 20 ## @deftypefn {Function File} {@var{h} =} gcbo () |
21 ## @deftypefnx {Function File} {[@var{h}, @var{fig}] =} gcbo () | 21 ## @deftypefnx {Function File} {[@var{h}, @var{fig}] =} gcbo () |
22 ## Return a handle to the object whose callback is currently | 22 ## Return a handle to the object whose callback is currently |
23 ## executing. If no callback is executing, this function returns the | 23 ## executing. If no callback is executing, this function returns the |
24 ## empty matrix. This handle is obtained from the root object property | 24 ## empty matrix. This handle is obtained from the root object property |
25 ## "CallbackObject". | 25 ## "CallbackObject". |
26 ## | 26 ## |
27 ## Additionally return the handle of the figure containing the | 27 ## Additionally return the handle of the figure containing the |
28 ## object whose callback is currently executing. If no callback is | 28 ## object whose callback is currently executing. If no callback is |
29 ## executing, the second output is also set to the empty matrix. | 29 ## executing, the second output is also set to the empty matrix. |
30 ## | 30 ## |
31 ##@seealso{gcf, gca, gcbf} | 31 ##@seealso{gcf, gca, gcbf} |
32 ##@end deftypefn | 32 ##@end deftypefn |
33 | 33 |