Mercurial > hg > octave-lyh
comparison scripts/plot/private/__add_default_menu__.m @ 12575:d0b799dafede
Grammarcheck files for 3.4.1 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 04 Apr 2011 15:33:46 -0700 |
parents | 061d18124904 |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
12574:89604fa96d2f | 12575:d0b799dafede |
---|---|
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} __add_default_menu__ (@var{fig}) | 20 ## @deftypefn {Function File} {} __add_default_menu__ (@var{fig}) |
21 ## Adds default menu to figure. All uimenu handles have | 21 ## Add default menu to figure. All uimenu handles have |
22 ## set their property "handlevisibility" to "off". | 22 ## set their property "handlevisibility" to "off". |
23 ## @end deftypefn | 23 ## @end deftypefn |
24 | 24 |
25 ## Author: Kai Habel | 25 ## Author: Kai Habel |
26 | 26 |