]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/scrolbar.h
improved const-ness of find/Find functions
[wxWidgets.git] / include / wx / gtk1 / scrolbar.h
index ddc02ebe9e4559b8b44059a12845bfd908bd596b..4f43d99e7e954d0ac686b8862c33623957494de2 100644 (file)
@@ -11,8 +11,8 @@
 #ifndef __GTKSCROLLBARH__
 #define __GTKSCROLLBARH__
 
-#ifdef __GNUG__
-#pragma interface
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+#pragma interface "scrolbar.h"
 #endif
 
 #include "wx/defs.h"
@@ -77,6 +77,9 @@ public:
     GtkAdjustment  *m_adjust;
     float           m_oldPos;
 
+protected:
+    virtual wxSize DoGetBestSize() const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxScrollBar)
 };