void wxMessage(void)
Constructor, used for deriving classes.
void wxMessage(wxPanel *panel, char *message, int x = -1, int y = -1, int style = 0, char *name = "message")
Creates and displays a simple text message. message is the initial value of the message.
The parameters x and y are used to specify an absolute position, or a position after the previous panel item if omitted or default.
The name parameter is used to associate a name with the item, allowing the application user to set Motif resource values for individual message items.