mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 18:50:48 +00:00
Tidied and made more efficient #include and @class machinery
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13295 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
25425a66a3
commit
06f28a805c
1 changed files with 20 additions and 5 deletions
|
@ -29,15 +29,30 @@
|
||||||
#ifndef _GNUstep_H_NSDocument
|
#ifndef _GNUstep_H_NSDocument
|
||||||
#define _GNUstep_H_NSDocument
|
#define _GNUstep_H_NSDocument
|
||||||
|
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <AppKit/NSNibDeclarations.h>
|
#include <AppKit/NSNibDeclarations.h>
|
||||||
#include <AppKit/NSUserInterfaceValidation.h>
|
#include <AppKit/NSUserInterfaceValidation.h>
|
||||||
|
|
||||||
|
|
||||||
@class NSURL, NSUndoManager;
|
/* Foundation classes */
|
||||||
@class NSWindow, NSView, NSSavePanel, NSMenuItem;
|
@class NSString;
|
||||||
@class NSPrintInfo, NSPopUpButton, NSFileWrapper;
|
@class NSArray;
|
||||||
@class NSDocumentController, NSWindowController;
|
@class NSMutableArray;
|
||||||
|
@class NSData;
|
||||||
|
@class NSFileManager;
|
||||||
|
@class NSURL;
|
||||||
|
@class NSUndoManager;
|
||||||
|
|
||||||
|
/* AppKit classes */
|
||||||
|
@class NSWindow;
|
||||||
|
@class NSView;
|
||||||
|
@class NSSavePanel;
|
||||||
|
@class NSMenuItem;
|
||||||
|
@class NSPrintInfo;
|
||||||
|
@class NSPopUpButton;
|
||||||
|
@class NSFileWrapper;
|
||||||
|
@class NSDocumentController;
|
||||||
|
@class NSWindowController;
|
||||||
|
|
||||||
|
|
||||||
typedef enum _NSDocumentChangeType {
|
typedef enum _NSDocumentChangeType {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue