]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/calctrlg.h
added wxQueueEvent() avoiding the bug of wxPostEvent() with the events having wxStrin...
[wxWidgets.git] / include / wx / generic / calctrlg.h
index e4d3beabff8c31cb75ed89113ebbbd2415f289c8..9d9d296c92c00532f8659956a492539fd584e52c 100644 (file)
@@ -169,6 +169,7 @@ protected:
     // override some base class virtuals
     virtual wxSize DoGetBestSize() const;
     virtual void DoMoveWindow(int x, int y, int width, int height);
+    virtual void DoGetSize(int *width, int *height) const;
 
 private:
     // common part of all ctors