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>
* Source/NSMenuItemCell.m: (-drawBorderAndBackgroundWithFrame:inView:)

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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