From: David Elliott Date: Sat, 5 Apr 2003 23:06:24 +0000 (+0000) Subject: Added declarations for NSLayoutManager, NSTextContainer, and NSTextStorage X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/82de126c114ea0ee9689d390c6e4a805d969e5fc?ds=inline Added declarations for NSLayoutManager, NSTextContainer, and NSTextStorage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 536c6d9697..6aabd7f2b2 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1914,11 +1914,14 @@ DECLARE_WXCOCOA_OBJC_CLASS(NSApplication); DECLARE_WXCOCOA_OBJC_CLASS(NSBox); DECLARE_WXCOCOA_OBJC_CLASS(NSButton); DECLARE_WXCOCOA_OBJC_CLASS(NSControl); +DECLARE_WXCOCOA_OBJC_CLASS(NSLayoutManager); DECLARE_WXCOCOA_OBJC_CLASS(NSMenu); DECLARE_WXCOCOA_OBJC_CLASS(NSMenuItem); DECLARE_WXCOCOA_OBJC_CLASS(NSPanel); DECLARE_WXCOCOA_OBJC_CLASS(NSTableView); +DECLARE_WXCOCOA_OBJC_CLASS(NSTextContainer); DECLARE_WXCOCOA_OBJC_CLASS(NSTextField); +DECLARE_WXCOCOA_OBJC_CLASS(NSTextStorage); DECLARE_WXCOCOA_OBJC_CLASS(NSWindow); DECLARE_WXCOCOA_OBJC_CLASS(NSView); typedef WX_NSView WXWidget; // wxWindows BASE definition