gtk/tests/dummy-headers/AppKit/AppKit.h

25 lines
285 B
C
Raw Normal View History

/* Dummy header for the Quartz backend. */
typedef int NSTrackingRectTag;
@interface NSAutoreleasePool {}
@end
@interface NSCursor {}
@end
@interface NSEvent {}
@end
@interface NSImage {}
@end
@interface NSView {}
@end
@interface NSWindow {}
@end
@protocol NSDraggingInfo
@end