From 82de126c114ea0ee9689d390c6e4a805d969e5fc Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sat, 5 Apr 2003 23:06:24 +0000 Subject: [PATCH] Added declarations for NSLayoutManager, NSTextContainer, and NSTextStorage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2