X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c94bdf2a19b4a3f5d958f491814a383ac7ef4ffb..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/generic/statusbr.h?ds=sidebyside diff --git a/include/wx/generic/statusbr.h b/include/wx/generic/statusbr.h index 5f08365329..8568f88cd4 100644 --- a/include/wx/generic/statusbr.h +++ b/include/wx/generic/statusbr.h @@ -30,7 +30,7 @@ public: wxStatusBarGeneric() { Init(); } wxStatusBarGeneric(wxWindow *parent, wxWindowID winid = wxID_ANY, - long style = wxST_DEFAULT_STYLE, + long style = wxSTB_DEFAULT_STYLE, const wxString& name = wxStatusBarNameStr) { Init(); @@ -41,7 +41,7 @@ public: virtual ~wxStatusBarGeneric(); bool Create(wxWindow *parent, wxWindowID winid = wxID_ANY, - long style = wxST_DEFAULT_STYLE, + long style = wxSTB_DEFAULT_STYLE, const wxString& name = wxStatusBarNameStr); // Create status line @@ -90,7 +90,7 @@ protected: virtual void InitColours(); // true if the status bar shows the size grip: for this it must have - // wxST_SIZEGRIP style and the window it is attached to must be resizeable + // wxSTB_SIZEGRIP style and the window it is attached to must be resizeable // and not maximized bool ShowsSizeGrip() const;