[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
dialog
(/tools/hpmatlab/toolbox/matlab/graphics/dialog.m)
Function Synopsis
fig = dialog(p1,v1,p2,v2,p3,v3,p4,v4,p5,v5,p6,v6,p7,v7)
Help text
DIALOG displays a dialog box.
FIG = DIALOG(P1,V1,...) displays a dialog box.
Valid Param/Value pairs include
Style error | warning | help | question
Name <str>
Position [x y width height]
[x y] - centers around this screen point
Replace on | off
Resize on | off
Units pixels | normalized | cm | in
ForegroundColor
BackgroundColor
ButtonStrings 'Button1String | Button2String | ... '
DefaultButton 1 | ... | Buttons
TextString
UserData
Note: Until dialog becomes built-in, set and get
are not valid for dialog objects.
There's still problems with making the question
dialog modal.
The entire Parameter name must be passed in.
(i.e. no automatic completion).
Nothing beeps yet.
Unsupported properties:
Position
Units
DefaultButton
Cross-Reference Information
This function calls
- any /tools/hpmatlab/toolbox/matlab/ops/any.m
- delete /tools/hpmatlab/toolbox/matlab/general/delete.m
- diff /tools/hpmatlab/toolbox/matlab/datafun/diff.m
- drawnow /tools/hpmatlab/toolbox/matlab/graphics/drawnow.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- eval /tools/hpmatlab/toolbox/matlab/lang/eval.m
- figflag /tools/hpmatlab/toolbox/matlab/graphics/figflag.m
- figure /tools/hpmatlab/toolbox/matlab/graphics/figure.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- fliplr /tools/hpmatlab/toolbox/matlab/elmat/fliplr.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- help /tools/hpmatlab/toolbox/matlab/general/help.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- layout /tools/hpmatlab/toolbox/matlab/graphics/layout.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- more /tools/hpmatlab/toolbox/matlab/general/more.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sort /tools/hpmatlab/toolbox/matlab/datafun/sort.m
- uicontrol /tools/hpmatlab/toolbox/matlab/graphics/uicontrol.m
- while /tools/hpmatlab/toolbox/matlab/lang/while.m
This function is called by
- errordlg /tools/hpmatlab/toolbox/matlab/graphics/errordlg.m
- helpdlg /tools/hpmatlab/toolbox/matlab/graphics/helpdlg.m
- questdlg /tools/hpmatlab/toolbox/matlab/graphics/questdlg.m
- warndlg /tools/hpmatlab/toolbox/matlab/graphics/warndlg.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON