git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4364 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-06-05 20:30:59 +00:00
parent 8542fe3558
commit 9ff6a1bea9
2 changed files with 4 additions and 1 deletions

View file

@ -61,7 +61,7 @@
@class NSSliderCell, NSMenuCell, NSBrowserCell, NSFormCell;
@class NSEvent, NSCursor;
@class NSColor, NSColorList, NSColorPanel, NSColorPicker, NSColorWell;
@class NSImage, NSImageRep, NSBitmapImageRep, NSCachedImageRep;
@class NSImage, NSImageCell, NSImageRep, NSBitmapImageRep, NSCachedImageRep;
@class NSCustomImageRep, NSEPSImageRep;
@class NSDataLink, NSDataLinkManager, NSDataLinkPanel;
@class NSFont, NSFontManager, NSFontPanel;
@ -105,6 +105,7 @@
#include <AppKit/NSGraphicsContext.h>
#include <AppKit/NSHelpPanel.h>
#include <AppKit/NSImage.h>
#include <AppKit/NSImageCell.h>
#include <AppKit/NSImageRep.h>
#include <AppKit/NSImageView.h>
#include <AppKit/NSInterfaceStyle.h>

View file

@ -73,6 +73,7 @@ NSFormCell.m \
NSGraphicsContext.m \
NSHelpPanel.m \
NSImage.m \
NSImageCell.m \
NSImageRep.m \
NSImageView.m \
NSInterfaceStyle.m \
@ -160,6 +161,7 @@ AppKit/NSGraphics.h \
AppKit/NSGraphicsContext.h \
AppKit/NSHelpPanel.h \
AppKit/NSImage.h \
AppKit/NSImageCell.h \
AppKit/NSImageRep.h \
AppKit/NSImageView.h \
AppKit/NSInterfaceStyle.h \