]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/window.h
wxURL - doc cleanups, depreciated more methods, more source comments. wxURI - enclos...
[wxWidgets.git] / include / wx / x11 / window.h
index ce7fe96831affec86db0e454682dbb80761bdacc..669e17cd803738e14ee19c7f06250656e7a5ae64 100644 (file)
@@ -82,9 +82,10 @@ public:
     virtual void ScrollWindow( int dx, int dy,
         const wxRect* rect = (wxRect *) NULL );
     
-    virtual void SetSizeHints(int minW, int minH,
+    virtual void DoSetSizeHints(int minW, int minH,
         int maxW = -1, int maxH = -1,
         int incW = -1, int incH = -1);
+
 #if wxUSE_DRAG_AND_DROP
     virtual void SetDropTarget( wxDropTarget *dropTarget );
 #endif // wxUSE_DRAG_AND_DROP