wxFrame::wxFrame

void wxFrame(wxFrame *parent, char *title, int x = -1, int y = -1, int width = -1, int height = -1, int style = wxSDI | wxDEFAULT_FRAME, char *name = "frame")

Constructor. The parent parameter can be NULL or an existing frame; if an existing frame is used under Windows 3, the child frame is always on top of the parent, and will be iconized when the parent is iconized.

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

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 item, allowing the application user to set Motif resource values for individual windows.