Mercurial > hg > octave-lyh
diff scripts/plot/hggroup.m @ 17497:b4343603f7ab
doc: Add seealso links between hggroup, addproperty, addlistener.
* libinterp/corefcn/graphics.cc(Faddproperty, Faddlistener),
scripts/plot/hggroup.m: Add seealso links between hggroup, addproperty,
addlistener.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 25 Sep 2013 11:07:10 -0700 |
parents | 52931d71400f |
children |
line wrap: on
line diff
--- a/scripts/plot/hggroup.m +++ b/scripts/plot/hggroup.m @@ -37,6 +37,7 @@ ## collected into a single hggroup so that they can be made visible/invisible ## with a single command, @code{set (hg_handle, "visible", "off")}. ## +## @seealso{addproperty, addlistener} ## @end deftypefn ## Author: goffioul