wxTextWindow::wxTextWindow

void wxTextWindow(void)

Constructor, for deriving classes.

void wxTextWindow(wxFrame *parent, int x = -1, int y = -1, int width = -1, int height = -1, int style = 0, char *name = "textWindow")

Constructor.

The parameters x, y, width and height can be omitted on construction if the position and size will later be set (for example by a application frame's OnSize callback, or if there is only one subwindow for the frame, in which case the subwindow fills the frame).

Set style to wxBORDER to draw a thin border in Windows 3.

The name parameter is used to associate a name with the item, allowing the application user to set Motif resource values for individual text windows.