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
This commit is contained in:
24
include/wx/cocoa/objc/NSWindow.h
Normal file
24
include/wx/cocoa/objc/NSWindow.h
Normal file
@@ -0,0 +1,24 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/cocoa/objc/NSWindow.h
|
||||
// Purpose: wxPoserNSWindow class
|
||||
// Author: David Elliott
|
||||
// Modified by:
|
||||
// Created: 2007/04/20 (move from NSWindow.mm)
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2003 David Elliott
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#import <AppKit/NSWindow.h>
|
||||
|
||||
// ============================================================================
|
||||
// @class wxPoserNSWindow
|
||||
// ============================================================================
|
||||
@interface wxPoserNSWindow : NSWindow
|
||||
{
|
||||
}
|
||||
|
||||
- (BOOL)canBecomeKeyWindow;
|
||||
- (BOOL)canBecomeMainWindow;
|
||||
@end // wxPoserNSwindow
|
||||
|
Reference in New Issue
Block a user