]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/brush.h
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / include / wx / gtk / brush.h
index dd20823aed936ba8a62b650a45391252c4f2593f..de6bf6f62a4abac0c47547540f31521476e51548 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKBRUSHH__
 #define __GTKBRUSHH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -36,7 +36,7 @@ class wxBrush: public wxGDIObject
 public:
     wxBrush() { }
     
-    wxBrush( const wxColour &colour, int style );
+    wxBrush( const wxColour &colour, int style = wxSOLID );
     wxBrush( const wxBitmap &stippleBitmap );
     ~wxBrush();