]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
added and documented wxApp::OnExceptionInMainLoop()
[wxWidgets.git] / include / wx / gtk / button.h
index 5b895a059ef59d2615a83ab368e618507095127b..5c90c03e246c6af811697876638e8718edc8a7a8 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __GTKBUTTONH__
 #define __GTKBUTTONH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -67,6 +67,10 @@ public:
     void ApplyWidgetStyle();
     bool IsOwnGtkWindow( GdkWindow *window );
 
+    // Since this wxButton doesn't derive from wxButtonBase (why?) we need
+    // to override this here too...
+    virtual bool ShouldInheritColours() const { return false; }
+    
 protected:
     virtual wxSize DoGetBestSize() const;