]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/scrolbar.h
Attempt to make wxWindows play better with XP themes
[wxWidgets.git] / include / wx / gtk1 / scrolbar.h
index ddc02ebe9e4559b8b44059a12845bfd908bd596b..672334a1ded247ad9c0342e5a09601c3b971e0a1 100644 (file)
@@ -11,8 +11,8 @@
 #ifndef __GTKSCROLLBARH__
 #define __GTKSCROLLBARH__
 
-#ifdef __GNUG__
-#pragma interface
+#if defined(__GNUG__) && !defined(__APPLE__)
+#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)
 };