]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/brush.h
expat define MACOS_CLASSIC added
[wxWidgets.git] / include / wx / mac / brush.h
index b03a6b332ed9e2bb24fa077b94b19d9b38f5a5de..68d1249860cbfacd7b0bb943afbcf5078325765b 100644 (file)
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        brush.h
 // Purpose:     wxBrush class
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_BRUSH_H_
@@ -37,7 +37,7 @@ class WXDLLEXPORT wxBrush: public wxGDIObject
 public:
   wxBrush();
   wxBrush(short macThemeBrush ) ;
-  wxBrush(const wxColour& col, int style);
+  wxBrush(const wxColour& col, int style = wxSOLID);
   wxBrush(const wxBitmap& stipple);
   wxBrush(const wxBrush& brush)
       : wxGDIObject()