]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/brush.h
added default ctor and Create() to wxRearrangeDialog for consistency
[wxWidgets.git] / interface / wx / brush.h
index f98b98525fbde881f3116ced1c753581a45dd6b1..7df0e781821ffc9923d830d98f8d8f3f4303a656 100644 (file)
@@ -54,7 +54,6 @@ enum wxBrushStyle
 
 /**
     @class wxBrush
-    @wxheader{brush.h}
 
     A brush is a drawing tool for filling in areas. It is used for painting
     the background of rectangles, ellipses, etc. It has a colour and a style.
@@ -166,7 +165,7 @@ public:
         constructor has been used (for example, the brush is a member of a class, or
         @NULL has been assigned to it).
     */
-    bool IsOk() const;
+    virtual bool IsOk() const;
 
     //@{
     /**
@@ -274,7 +273,6 @@ wxBrush* wxRED_BRUSH;
 
 /**
     @class wxBrushList
-    @wxheader{gdicmn.h}
 
     A brush list is a list containing all brushes which have been created.