X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..7737e2fd004685a23b18035545e3ed46515aab8a:/include/wx/palmos/statusbr.h diff --git a/include/wx/palmos/statusbr.h b/include/wx/palmos/statusbr.h index ee376f8841..977723ce85 100644 --- a/include/wx/palmos/statusbr.h +++ b/include/wx/palmos/statusbr.h @@ -14,7 +14,7 @@ #if wxUSE_NATIVE_STATUSBAR -class WXDLLEXPORT wxStatusBarPalm : public wxStatusBarBase +class WXDLLIMPEXP_CORE wxStatusBarPalm : public wxStatusBarBase { public: // ctors and such @@ -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);