wxTextWindow::<<

wxTextWindow& <<(char *s)

wxTextWindow& <<(int i)

wxTextWindow& <<(long i)

wxTextWindow& <<(float f)

wxTextWindow& <<(double d)

wxTextWindow& <<(char c)

Operator definitions for writing to a text window, for example:

  wxTextWindow wnd(my_frame);

  wnd << "Welcome to text window number " << 1 << ".\n";