]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
extract setting max length in wxGridCellTextEditor::DoCreate() and call it from wxGri...
[wxWidgets.git] / include / wx / toplevel.h
index 268ecbd4ad121a04f5c3501f4c59c0f3b375e4fb..92fcc6b37f8f96ecc16d346839731792a5d3dab1 100644 (file)
@@ -252,11 +252,6 @@ public:
     virtual void SetMinSize(const wxSize& minSize);
     virtual void SetMaxSize(const wxSize& maxSize);
 
-    // set size hints for "window manager"
-    virtual void DoSetSizeHints( int minW, int minH,
-                                 int maxW = wxDefaultCoord, int maxH = wxDefaultCoord,
-                                 int incW = wxDefaultCoord, int incH = wxDefaultCoord );
-
 protected:
     // the frame client to screen translation should take account of the
     // toolbar which may shift the origin of the client area