X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/palmos/statusbr.h diff --git a/include/wx/palmos/statusbr.h b/include/wx/palmos/statusbr.h index af51252d21..273dbb928b 100644 --- a/include/wx/palmos/statusbr.h +++ b/include/wx/palmos/statusbr.h @@ -21,7 +21,7 @@ public: wxStatusBarPalm(); wxStatusBarPalm(wxWindow *parent, wxWindowID id = wxID_ANY, - long style = wxST_SIZEGRIP, + long style = wxSTB_DEFAULT_STYLE, const wxString& name = wxEmptyString) { (void)Create(parent, id, style, name); @@ -29,7 +29,7 @@ public: bool Create(wxWindow *parent, wxWindowID id = wxID_ANY, - long style = wxST_SIZEGRIP, + long style = wxSTB_DEFAULT_STYLE, const wxString& name = wxEmptyString); virtual ~wxStatusBarPalm(); @@ -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);