Add missing forward declarations and includes to make all headers self-contained.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18578 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-02-11 16:34:17 +00:00
parent b29ad3d33a
commit 548cfea1d5
11 changed files with 28 additions and 1 deletions

View file

@ -1,3 +1,14 @@
2004-02-11 17:27 Alexander Malmberg <alexander@malmberg.org>
* Headers/Additions/GNUstepGUI/GSServicesManager.h,
Headers/Additions/GNUstepGUI/GSTitleView.h,
Headers/AppKit/NSDrawer.h, Headers/AppKit/NSHelpManager.h,
Headers/AppKit/NSMenuItem.h, Headers/AppKit/NSPrintOperation.h,
Headers/AppKit/NSSpellProtocol.h, Headers/AppKit/NSTableColumn.h,
Headers/AppKit/NSToolbar.h,
Headers/AppKit/NSUserInterfaceValidation.h: Add missing forward
declarations and includes to make all headers self-contained.
2004-02-11 Fred Kiefer <FredKiefer@gmx.de> 2004-02-11 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSMenuItemCell.m: (-drawBorderAndBackgroundWithFrame:inView:) * Source/NSMenuItemCell.m: (-drawBorderAndBackgroundWithFrame:inView:)

View file

@ -27,6 +27,8 @@
#ifndef _GNUstep_H_GSServicesManager #ifndef _GNUstep_H_GSServicesManager
#define _GNUstep_H_GSServicesManager #define _GNUstep_H_GSServicesManager
#include <Foundation/NSObject.h>
@class NSApplication; @class NSApplication;
@class NSArray; @class NSArray;
@class NSDate; @class NSDate;

View file

@ -26,7 +26,9 @@
#ifndef _GNUstep_H_GSTitleView #ifndef _GNUstep_H_GSTitleView
#define _GNUstep_H_GSTitleView #define _GNUstep_H_GSTitleView
@class NSDictionary; #include <AppKit/NSView.h>
@class NSMutableDictionary;
@class NSButton; @class NSButton;
@class NSImage; @class NSImage;

View file

@ -34,6 +34,7 @@
@class NSWindow; @class NSWindow;
@class NSView; @class NSView;
@class NSNotification;
enum { enum {
NSDrawerClosedState, NSDrawerClosedState,

View file

@ -30,6 +30,7 @@
#define __GNUstep_H_NSHelpManager #define __GNUstep_H_NSHelpManager
#include <Foundation/NSBundle.h> #include <Foundation/NSBundle.h>
#include <Foundation/NSGeometry.h>
#include <Foundation/NSMapTable.h> #include <Foundation/NSMapTable.h>
#include <AppKit/NSApplication.h> #include <AppKit/NSApplication.h>

View file

@ -32,6 +32,8 @@
#ifndef _GNUstep_H_NSMenuItem #ifndef _GNUstep_H_NSMenuItem
#define _GNUstep_H_NSMenuItem #define _GNUstep_H_NSMenuItem
#include <Foundation/NSObject.h>
@class NSString; @class NSString;
@class NSMenu; @class NSMenu;

View file

@ -41,6 +41,7 @@
@class NSMutableData; @class NSMutableData;
@class NSView; @class NSView;
@class NSWindow;
@class NSPrintInfo; @class NSPrintInfo;
@class NSPrintPanel; @class NSPrintPanel;
@class NSGraphicsContext; @class NSGraphicsContext;

View file

@ -28,6 +28,8 @@
#ifndef _GNUstep_H_NSSpellProtocol #ifndef _GNUstep_H_NSSpellProtocol
#define _GNUstep_H_NSSpellProtocol #define _GNUstep_H_NSSpellProtocol
#include <objc/objc.h>
@protocol NSChangeSpelling @protocol NSChangeSpelling
- (void) changeSpelling:(id)sender; - (void) changeSpelling:(id)sender;

View file

@ -30,6 +30,7 @@
#ifndef _GNUstep_H_NSTableColumn #ifndef _GNUstep_H_NSTableColumn
#define _GNUstep_H_NSTableColumn #define _GNUstep_H_NSTableColumn
#include <Foundation/NSObject.h>
#include <AppKit/AppKitDefines.h> #include <AppKit/AppKitDefines.h>
@class NSCell; @class NSCell;

View file

@ -33,6 +33,8 @@
#include <Foundation/NSObject.h> #include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h> #include <Foundation/NSGeometry.h>
#include <AppKit/AppKitDefines.h>
@class NSArray; @class NSArray;
@class NSMutableArray; @class NSMutableArray;
@class NSString; @class NSString;

View file

@ -28,6 +28,8 @@
#ifndef _GNUstep_H_NSUserInterfaceValidation #ifndef _GNUstep_H_NSUserInterfaceValidation
#define _GNUstep_H_NSUserInterfaceValidation #define _GNUstep_H_NSUserInterfaceValidation
#include <objc/objc.h>
@protocol NSValidatedUserInterfaceItem @protocol NSValidatedUserInterfaceItem
- (SEL)action; - (SEL)action;