]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/corefoundation/cfstring.h
added support for icon flags to wxGenericNotificationMessage
[wxWidgets.git] / include / wx / mac / corefoundation / cfstring.h
index 16a95cf2ffa157fcba1ee4c495b0de93c9e1dde0..c1d8c1a809072109849955322f81ed40bd9e9a54 100644 (file)
@@ -7,6 +7,7 @@
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
+// Usage:       Darwin (base library)
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_CFSTRINGHOLDER_H__
@@ -73,6 +74,8 @@ public:
         m_cfs = NULL ;
     }
 
+    void Assign(CFStringRef ref , bool release = true);
+
     void Assign(const wxString &str,
                 wxFontEncoding encoding = wxFONTENCODING_DEFAULT);