]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/statusbr.h
adding 10.4 build compatibility for osx cocoa, see #10361
[wxWidgets.git] / include / wx / palmos / statusbr.h
index af51252d21943d6c78301b2256e892d61724e116..977723ce854c0b67aab747261eb80a23d3e65fb9 100644 (file)
@@ -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);