mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:40:47 +00:00
Updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4364 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
69b0e48d0e
commit
fc69cf1aa4
2 changed files with 4 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
@class NSSliderCell, NSMenuCell, NSBrowserCell, NSFormCell;
|
@class NSSliderCell, NSMenuCell, NSBrowserCell, NSFormCell;
|
||||||
@class NSEvent, NSCursor;
|
@class NSEvent, NSCursor;
|
||||||
@class NSColor, NSColorList, NSColorPanel, NSColorPicker, NSColorWell;
|
@class NSColor, NSColorList, NSColorPanel, NSColorPicker, NSColorWell;
|
||||||
@class NSImage, NSImageRep, NSBitmapImageRep, NSCachedImageRep;
|
@class NSImage, NSImageCell, NSImageRep, NSBitmapImageRep, NSCachedImageRep;
|
||||||
@class NSCustomImageRep, NSEPSImageRep;
|
@class NSCustomImageRep, NSEPSImageRep;
|
||||||
@class NSDataLink, NSDataLinkManager, NSDataLinkPanel;
|
@class NSDataLink, NSDataLinkManager, NSDataLinkPanel;
|
||||||
@class NSFont, NSFontManager, NSFontPanel;
|
@class NSFont, NSFontManager, NSFontPanel;
|
||||||
|
@ -105,6 +105,7 @@
|
||||||
#include <AppKit/NSGraphicsContext.h>
|
#include <AppKit/NSGraphicsContext.h>
|
||||||
#include <AppKit/NSHelpPanel.h>
|
#include <AppKit/NSHelpPanel.h>
|
||||||
#include <AppKit/NSImage.h>
|
#include <AppKit/NSImage.h>
|
||||||
|
#include <AppKit/NSImageCell.h>
|
||||||
#include <AppKit/NSImageRep.h>
|
#include <AppKit/NSImageRep.h>
|
||||||
#include <AppKit/NSImageView.h>
|
#include <AppKit/NSImageView.h>
|
||||||
#include <AppKit/NSInterfaceStyle.h>
|
#include <AppKit/NSInterfaceStyle.h>
|
||||||
|
|
|
@ -73,6 +73,7 @@ NSFormCell.m \
|
||||||
NSGraphicsContext.m \
|
NSGraphicsContext.m \
|
||||||
NSHelpPanel.m \
|
NSHelpPanel.m \
|
||||||
NSImage.m \
|
NSImage.m \
|
||||||
|
NSImageCell.m \
|
||||||
NSImageRep.m \
|
NSImageRep.m \
|
||||||
NSImageView.m \
|
NSImageView.m \
|
||||||
NSInterfaceStyle.m \
|
NSInterfaceStyle.m \
|
||||||
|
@ -160,6 +161,7 @@ AppKit/NSGraphics.h \
|
||||||
AppKit/NSGraphicsContext.h \
|
AppKit/NSGraphicsContext.h \
|
||||||
AppKit/NSHelpPanel.h \
|
AppKit/NSHelpPanel.h \
|
||||||
AppKit/NSImage.h \
|
AppKit/NSImage.h \
|
||||||
|
AppKit/NSImageCell.h \
|
||||||
AppKit/NSImageRep.h \
|
AppKit/NSImageRep.h \
|
||||||
AppKit/NSImageView.h \
|
AppKit/NSImageView.h \
|
||||||
AppKit/NSInterfaceStyle.h \
|
AppKit/NSInterfaceStyle.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue