X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..f54e5c1a4f6952c62ed4480f7d26feddc20f98ba:/include/wx/palmos/statusbr.h diff --git a/include/wx/palmos/statusbr.h b/include/wx/palmos/statusbr.h index af51252d21..977723ce85 100644 --- a/include/wx/palmos/statusbr.h +++ b/include/wx/palmos/statusbr.h @@ -63,7 +63,7 @@ public: protected: void CopyFieldsWidth(const int widths[]); void SetFieldsWidth(); - +/* // store the text in the status bar wxListString **StatusTextBuffer; void SetStatusBufferText(const wxString& text, int number); @@ -72,6 +72,9 @@ protected: wxListString *GetStatusBufferStack(int i) const; void DeleteStatusBuffer(); + TODO: reuse wxStatusBarBase's stack routines instead of reimplementing them here +*/ + // override base class virtual void DoMoveWindow(int x, int y, int width, int height);