| Long name (short name) | Argument types | Properties | 
        |  | 
    
      | -annotation(-ann) | string |    | 
    
      | 
          
        |  | set the annotation for the buttons |  | 
    
      | -backgroundColor(-bgc) | float float float |   | 
    
      | 
          
        |  | The background color of the dialog. The arguments correspond
to the red, green, and blue color components. Each component ranges
in value from 0.0 to 1.0. (Windows only flag) |  | 
    
      | -button(-b) | string |    | 
    
      | 
          
        |  | Create a button with the given string as it's text. |  | 
    
      | -cancelButton(-cb) | string |   | 
    
      | 
          
        |  | The cancel button is activated by pressing the escape key.
Note that this flag does not create a button, it simply indicates
which button created via the button flag shall respond
to the escape key. |  | 
    
      | -defaultButton(-db) | string |   | 
    
      | 
          
        |  | The default button is activated by pressing the enter key.
Note that this flag does not create a button, it simply indicates
which button created via the button flag shall respond
to the enter key. |  | 
    
      | -dismissString(-ds) | string |   | 
    
      | 
          
        |  | The string returned when the user selects the 'Close' item
from the Window Manager menu.  If this flag is not set then the
string "dismiss" is returned. |  | 
    
      | -icon(-icn) | string |   | 
    
      | 
          
        |  | The user can specify one of the four standard icons -- "question", "information", "warning" and "critical".  The question icon indicates that the messsage is asking a question.  The information icon indicates that the message is nothing out of the ordinary.  The warning icon indicates that the message is a warning, but can be dealt with.  The critical icon indicates that the message represents a critical problem.
When no icon flag is present, we assume the user does not want to
include any icon in the confirm dialog. |  | 
    
      | -message(-m) | string |   | 
    
      | 
          
        |  | The message text appearing in the dialog. |  | 
    
      | -messageAlign(-ma) | string |   | 
    
      | 
          
        |  | Align the message left, center, or right. |  | 
    
      | -parent(-p) | string |   | 
    
      | 
          
        |  | Specify the parent window for the dialog.  The dialog will
be centered on this window and raise and lower with it's parent.
By default, the dialog is not parented to a particular window and
is simply centered on the screen. |  | 
    
      | -title(-t) | string |   | 
    
      |  |