Mercurial > hg > octave-nkf
comparison scripts/plot/gcbf.m @ 9042:97aa01a85ea4
Merge documentation cleanup changes to main branch.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 25 Mar 2009 18:13:08 -0700 |
parents | dbd0c77e575e |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9019:12ca81f1fa99 | 9042:97aa01a85ea4 |
---|---|
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {@var{fig} =} gcbf () | 20 ## @deftypefn {Function File} {@var{fig} =} gcbf () |
21 ## Return a handle to the figure containing the object whose callback | 21 ## Return a handle to the figure containing the object whose callback |
22 ## is currently executing. If no callback is executing, this function | 22 ## is currently executing. If no callback is executing, this function |
23 ## returns the empty matrix. The handle returned by this function is | 23 ## returns the empty matrix. The handle returned by this function is |
24 ## the same as the second output argument of gcbo. | 24 ## the same as the second output argument of gcbo. |
25 ## | 25 ## |
26 ##@seealso{gcf, gca, gcbo} | 26 ##@seealso{gcf, gca, gcbo} |
27 ##@end deftypefn | 27 ##@end deftypefn |
28 | 28 |