void SetStatusText(char * text, int number = 0)
Sets the status line text and redraws the status line. Use an empty (not NULL) string to clear the status line. Optionally use number to specify a field in the status line, starting from zero and consistent with the number of fields specified in wxFrame::CreateStatusLine.