]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/brush.h
SetTextColour is gone
[wxWidgets.git] / include / wx / palmos / brush.h
index 4e2cbbbb0fea3fc2f17b33281f27cd6226840597..4fce485d8e227b2d1f5bd6c68f470f89aa7cf4a8 100644 (file)
@@ -42,7 +42,8 @@ public:
     virtual int GetStyle() const;
     wxBitmap *GetStipple() const;
 
-    bool Ok() const { return m_refData != NULL; }
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const { return m_refData != NULL; }
 
     // return the HBRUSH for this brush
     virtual WXHANDLE GetResourceHandle() const;