]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/toplevel.h
Make wxWindow::HasScrollbar() respect wxScrolled::ShowScrollbars().
[wxWidgets.git] / include / wx / motif / toplevel.h
index 80e3f1d204fb4838004a7befc98e457230572cc9..5c9f28eb074b4d892f889413eb0a5f79dd4723e8 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     12/10/2002
-// RCS-ID:      $Id$
 // Copyright:   (c) Mattia Barbon
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -52,10 +51,6 @@ public:
     virtual wxString GetTitle() const { return m_title; }
     virtual void SetTitle( const wxString& title ) { m_title = title; }
 
-    virtual void DoSetSizeHints( int minW, int minH,
-                               int maxW = -1, int maxH = -1,
-                               int incW = -1, int incH = -1 );
-
     virtual bool SetShape( const wxRegion& region );
 
     WXWidget GetShellWidget() const;
@@ -66,6 +61,9 @@ protected:
     void PreDestroy();
 
     virtual void DoGetPosition(int* x, int* y) const;
+    virtual void DoSetSizeHints(int minW, int minH,
+                                int maxW, int maxH,
+                                int incW, int incH);
 
 private:
     // really create the Motif widget for TLW