]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
add alignment flags support to wxSpinCtrl[Double] (closes #10621)
[wxWidgets.git] / include / wx / univ / statusbr.h
index 992b0ec99b06db04268cfac48ae5917058127c19..bb5d3435f57e415c564c48c3d1a273244b121d2f 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/arrstr.h"
 
 // ----------------------------------------------------------------------------
-// wxStatusBar: a window near the bottom of the frame used for status info
+// wxStatusBarUniv: a window near the bottom of the frame used for status info
 // ----------------------------------------------------------------------------
 
 class WXDLLIMPEXP_CORE wxStatusBarUniv : public wxStatusBarBase,
@@ -46,7 +46,6 @@ public:
 
     // get/set the text of the given field
     virtual void SetStatusText(const wxString& text, int number = 0);
-    virtual wxString GetStatusText(int number = 0) const;
 
     // Get the position and size of the field's internal bounding rectangle
     virtual bool GetFieldRect(int i, wxRect& rect) const;
@@ -95,8 +94,8 @@ protected:
     void Init();
 
 private:
-    // the status fields strings
-    wxArrayString m_statusText;
+    // the current status fields strings
+    //wxArrayString m_statusText;
 
     // the absolute status fields widths
     wxArrayInt m_widthsAbs;