]> git.saurik.com Git - wxWidgets.git/commitdiff
Added GetNSColor() accessor
authorDavid Elliott <dfe@tgwbd.org>
Thu, 3 Jul 2003 17:59:52 +0000 (17:59 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 3 Jul 2003 17:59:52 +0000 (17:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/colour.h

index d0eb9d14f3dc5d6fcd8b00200a0702631849cb36..9756d6cca401eabc562d47d901446f171a70925e 100644 (file)
@@ -53,6 +53,7 @@ public:
 // ------------------------------------------------------------------------
     // accessors
     bool Ok() const { return m_cocoaNSColor; }
+    inline WX_NSColor GetNSColor() { return m_cocoaNSColor; }
 
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }