]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
wxTreeEvent is declared in one header, not 3 of them
[wxWidgets.git] / include / wx / msw / window.h
index 0cfca8bfc5cd86b60c45d4b071afae97ec592f2e..dbd49770ede8c5f52577ad63712c41ab5aa59103 100644 (file)
@@ -110,7 +110,7 @@ public:
                                const wxFont *theFont = (const wxFont *) NULL)
                                const;
 
-    virtual bool PopupMenu( wxMenu *menu, int x, int y );
+    virtual bool DoPopupMenu( wxMenu *menu, int x, int y );
 
     virtual void SetScrollbar( int orient, int pos, int thumbVisible,
                                int range, bool refresh = TRUE );
@@ -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