]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/colour.h
Added wxDataViewTreeCtrl
[wxWidgets.git] / include / wx / mac / carbon / colour.h
index d0623889fd6ce0ff49132b14a3d488652d34101d..7dbf36376454c1b929ecea884647d06e08a95a5d 100644 (file)
@@ -34,7 +34,6 @@ public:
     virtual ~wxColour();
 
     // accessors
-    bool Ok() const { return IsOk(); }
     bool IsOk() const;
 
     ChannelType Red() const { return m_red; }
@@ -48,6 +47,10 @@ public:
     bool operator != (const wxColour& colour) const { return !(*this == colour); }
 
     CGColorRef GetPixel() const { return m_cgColour; };
+    
+    CGColorRef GetCGColor() const { return m_cgColour; };
+    CGColorRef CreateCGColor() const { return wxCFRetain( (CGColorRef)m_cgColour ); };
+    
     void GetRGBColor( RGBColor *col ) const;
 
     // Mac-specific ctor and assignment operator from the native colour