comparison scripts/plot/uiwait.m @ 13943:5820f8ce683e

doc: Add undocumented functions to manual for 3.6.0 release * gui.txi: New manual chapter for GUI-related functions * Makefile.am: Add new gui.txi to build * aspell-octave.en.pws: Add new words to spellcheck dictionary * io.txi: Move file I/O dialogs to gui.txi * octave.texi: Add new GUI chapter to manual * strings.txi: Add is_dq_string and is_sq_string to manual * system.txi: Add usejava to manual * guidata.m: Fix incorrect use of @deftypefn * uicontrol.m: Fix incorrect use of @deftypefn * uiresume.m: Fix incorrect use of @deftypefn * uiwait.m: Fix incorrect use of @deftypefn * addpref.m, getpref.m, ispref.m, rmpref.m, setpref.m: Adjust seealso links
author Rik <octave@nomad.inbox5.com>
date Sat, 26 Nov 2011 17:25:05 -0800
parents 9cae456085c2
children 72c96de7a403
comparison
equal deleted inserted replaced
13942:d672edef956e 13943:5820f8ce683e
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
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} uiwait 20 ## @deftypefn {Function File} {} uiwait
21 ## @deftypefnx {Function File} uiwait (@var{h}) 21 ## @deftypefnx {Function File} {} uiwait (@var{h})
22 ## @deftypefnx {Function File} uiwait (@var{h}, @var{timeout}) 22 ## @deftypefnx {Function File} {} uiwait (@var{h}, @var{timeout})
23 ## Suspend program execution until the figure with handle @var{h} is 23 ## Suspend program execution until the figure with handle @var{h} is
24 ## deleted or @code{uiresume} is called. When no figure handle is specified, 24 ## deleted or @code{uiresume} is called. When no figure handle is specified,
25 ## this function uses the current figure. 25 ## this function uses the current figure.
26 ## 26 ##
27 ## If the figure handle is invalid or there is no current figure, this 27 ## If the figure handle is invalid or there is no current figure, this