// store the text in the status bar
wxListString **StatusTextBuffer;
void SetStatusBufferText(const wxString& text, int number);
wxString GetStatusBufferText(int number);
wxListString *GetOrCreateStatusBuffer(int i);
wxListString *GetStatusBufferStack(int i) const;
// store the text in the status bar
wxListString **StatusTextBuffer;
void SetStatusBufferText(const wxString& text, int number);
wxString GetStatusBufferText(int number);
wxListString *GetOrCreateStatusBuffer(int i);
wxListString *GetStatusBufferStack(int i) const;