Move Objective-C interfaces into separate header files in preparation for being able...
authorDavid Elliott <dfe@tgwbd.org>
Fri, 20 Apr 2007 20:21:52 +0000 (20:21 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 20 Apr 2007 20:21:52 +0000 (20:21 +0000)
commitad3628fa86caa8eb9ded43eacb115f44558eb1ee
tree57c16eba9ec085c414f1bbfbc2422b93683a0439
parent781a8d7f3ea80273a1e11c3e3f5638842afb5fa3
Move Objective-C interfaces into separate header files in preparation for being able to use them from other source files.
No new or changed code.  Work on behalf of Software 2000 Ltd.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/objc/NSMenu.h [new file with mode: 0644]
include/wx/cocoa/objc/NSView.h [new file with mode: 0644]
include/wx/cocoa/objc/NSWindow.h [new file with mode: 0644]
src/cocoa/NSMenu.mm
src/cocoa/NSView.mm
src/cocoa/NSWindow.mm