[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
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON