]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
minor fixes for mingw32 compilation
[wxWidgets.git] / include / wx / msw / window.h
index 0cfca8bfc5cd86b60c45d4b071afae97ec592f2e..33f358e879b411ce583da7566b24e2f6af30cd29 100644 (file)
@@ -399,6 +399,10 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual void DoSetClientSize(int width, int height);
 
+    // get the size which best suits the window: e.g., for a static text it
+    // will be the width and height of the text
+    virtual wxSize DoGetBestSize();
+
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );
 #endif // wxUSE_TOOLTIPS