]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statline.h
Applied patch [ 596061 ] Adds more navigation buttons to preview
[wxWidgets.git] / include / wx / generic / statline.h
index 5d3dafa675de09bdde429f35c329298067a9967f..67efb49f6c15994bca32cc4261e8d37f42e25eaa 100644 (file)
@@ -50,7 +50,11 @@ public:
     // will want to return the main widget for m_statbox
     //
     WXWidget GetMainWidget() const;
-        
+
+    // override wxWindow methods to make things work
+    virtual void DoSetSize(int x, int y, int width, int height,
+                           int sizeFlags = wxSIZE_AUTO);
+    virtual void DoMoveWindow(int x, int y, int width, int height);
 protected:
     // we implement the static line using a static box
     wxStaticBox *m_statbox;