wxDialogBox::wxDialogBox

void wxDialogBox(wxFrame *parent, char *title, Bool modal=FALSE, int x=300, int y=300, int width=500, int height=500, int style = wxCAPTION | wxSYSTEM_MENU | wxTHICK_FRAME, char *name = "dialogBox")

Constructor.

If title is non-NULL, it is placed on the window frame.

If modal is TRUE, the dialog box will wait to be dismissed (using Show(FALSE)) before returning control to the calling program.

The style parameter may be a combination of the following, using the bitwise 'or' operator:

The name parameter is used to associate a name with the window, allowing the application user to set Motif resource values for individual dialog boxes.