mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 08:30:58 +00:00
Another bit of #include -> #import replacement.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f158b0a047
commit
c524f07ab6
44 changed files with 216 additions and 155 deletions
46
ChangeLog
46
ChangeLog
|
@ -1,3 +1,49 @@
|
||||||
|
2010-03-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Headers/AppKit/NSColorList.h
|
||||||
|
* Headers/AppKit/NSBox.h
|
||||||
|
* Headers/AppKit/NSFontManager.h
|
||||||
|
* Headers/AppKit/NSFormCell.h
|
||||||
|
* Headers/AppKit/NSButtonCell.h
|
||||||
|
* Headers/AppKit/NSColorPicker.h
|
||||||
|
* Headers/AppKit/NSClipView.h
|
||||||
|
* Headers/AppKit/NSDataLinkManager.h
|
||||||
|
* Headers/AppKit/NSBitmapImageRep.h
|
||||||
|
* Headers/AppKit/NSBezierPath.h
|
||||||
|
* Headers/AppKit/NSGraphics.h
|
||||||
|
* Headers/AppKit/NSColorWell.h
|
||||||
|
* Headers/AppKit/NSApplication.h
|
||||||
|
* Headers/AppKit/NSForm.h
|
||||||
|
* Headers/AppKit/NSComboBox.h
|
||||||
|
* Headers/AppKit/NSButton.h
|
||||||
|
* Headers/AppKit/NSColor.h
|
||||||
|
* Headers/AppKit/NSCachedImageRep.h
|
||||||
|
* Headers/AppKit/NSColorSpace.h
|
||||||
|
* Headers/AppKit/NSFontDescriptor.h
|
||||||
|
* Headers/AppKit/NSCursor.h
|
||||||
|
* Headers/AppKit/NSControl.h
|
||||||
|
* Headers/AppKit/NSFont.h
|
||||||
|
* Headers/AppKit/NSFileWrapper.h
|
||||||
|
* Headers/AppKit/NSDragging.h
|
||||||
|
* Headers/AppKit/NSDocumentController.h
|
||||||
|
* Headers/AppKit/NSColorPicking.h
|
||||||
|
* Headers/AppKit/NSDrawer.h
|
||||||
|
* Headers/AppKit/NSCustomImageRep.h
|
||||||
|
* Headers/AppKit/NSComboBoxCell.h
|
||||||
|
* Headers/AppKit/NSDataLink.h
|
||||||
|
* Headers/AppKit/NSColorPanel.h
|
||||||
|
* Headers/AppKit/NSEPSImageRep.h
|
||||||
|
* Headers/AppKit/NSDataLinkPanel.h
|
||||||
|
* Headers/AppKit/NSEvent.h
|
||||||
|
* Headers/AppKit/NSBrowserCell.h
|
||||||
|
* Headers/AppKit/NSDocument.h
|
||||||
|
* Headers/AppKit/NSBrowser.h
|
||||||
|
* Headers/AppKit/NSFontPanel.h
|
||||||
|
* Source/NSPanel.m
|
||||||
|
* Source/NSColor.m
|
||||||
|
* Source/NSColorSpace.m
|
||||||
|
* Source/NSColorPanel.m: Another bit of #include -> #import replacement.
|
||||||
|
|
||||||
2010-03-24 Doug Simons <doug.simons@testplant.com>
|
2010-03-24 Doug Simons <doug.simons@testplant.com>
|
||||||
|
|
||||||
* Source/GSToolTips.m: Use NSPanel instead of NSWindow for
|
* Source/GSToolTips.m: Use NSPanel instead of NSWindow for
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
#define _GNUstep_H_NSApplication
|
#define _GNUstep_H_NSApplication
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSResponder.h>
|
#import <AppKit/NSResponder.h>
|
||||||
|
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
@class NSAutoreleasePool;
|
@class NSAutoreleasePool;
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
#define BEZIERPATH_H
|
#define BEZIERPATH_H
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
//#import <Foundation/Foundation.h>
|
|
||||||
#import <Foundation/NSGeometry.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
#import <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
#import <AppKit/NSFont.h>
|
#import <AppKit/NSFont.h>
|
||||||
|
|
|
@ -31,13 +31,14 @@
|
||||||
#define _GNUstep_H_NSBitmapImageRep
|
#define _GNUstep_H_NSBitmapImageRep
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSImageRep.h>
|
#import <AppKit/NSImageRep.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
|
||||||
|
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSData;
|
@class NSData;
|
||||||
|
@class NSDictionary;
|
||||||
@class NSMutableData;
|
@class NSMutableData;
|
||||||
|
@class NSMutableDictionary;
|
||||||
@class NSColor;
|
@class NSColor;
|
||||||
|
|
||||||
/** Describes the type of compression used on an image. Possible compressions:
|
/** Describes the type of compression used on an image. Possible compressions:
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSBox
|
#define _GNUstep_H_NSBox
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSView.h>
|
#import <AppKit/NSView.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSFont;
|
@class NSFont;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSBrowser
|
#define _GNUstep_H_NSBrowser
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSControl.h>
|
#import <AppKit/NSControl.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSBrowserCell
|
#define _GNUstep_H_NSBrowserCell
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSCell.h>
|
#import <AppKit/NSCell.h>
|
||||||
|
|
||||||
@class NSImage;
|
@class NSImage;
|
||||||
|
|
||||||
|
|
|
@ -32,9 +32,10 @@
|
||||||
#define _GNUstep_H_NSButton
|
#define _GNUstep_H_NSButton
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSControl.h>
|
#import <AppKit/NSControl.h>
|
||||||
#include <AppKit/NSButtonCell.h>
|
#import <AppKit/NSButtonCell.h>
|
||||||
|
|
||||||
|
@class NSAttributedString;
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSEvent;
|
@class NSEvent;
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#define _GNUstep_H_NSButtonCell
|
#define _GNUstep_H_NSButtonCell
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSActionCell.h>
|
#import <AppKit/NSActionCell.h>
|
||||||
|
|
||||||
@class NSFont;
|
@class NSFont;
|
||||||
@class NSSound;
|
@class NSSound;
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#define _GNUstep_H_NSCachedImageRep
|
#define _GNUstep_H_NSCachedImageRep
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSImageRep.h>
|
#import <AppKit/NSImageRep.h>
|
||||||
#include <AppKit/NSGraphics.h>
|
#import <AppKit/NSGraphics.h>
|
||||||
|
|
||||||
@class NSWindow;
|
@class NSWindow;
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSClipView
|
#define _GNUstep_H_NSClipView
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSView.h>
|
#import <AppKit/NSView.h>
|
||||||
|
|
||||||
@class NSNotification;
|
@class NSNotification;
|
||||||
@class NSCursor;
|
@class NSCursor;
|
||||||
|
|
|
@ -31,8 +31,9 @@
|
||||||
#define _GNUstep_H_NSColor
|
#define _GNUstep_H_NSColor
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSCoder.h>
|
#import <Foundation/NSCoder.h>
|
||||||
#include <AppKit/AppKitDefines.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
#import <AppKit/AppKitDefines.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSDictionary;
|
@class NSDictionary;
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
#define _GNUstep_H_NSColorList
|
#define _GNUstep_H_NSColorList
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSCoder.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <AppKit/AppKitDefines.h>
|
#import <AppKit/AppKitDefines.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
|
|
|
@ -31,20 +31,21 @@
|
||||||
#define _GNUstep_H_NSColorPanel
|
#define _GNUstep_H_NSColorPanel
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSApplication.h>
|
#import <AppKit/AppKitDefines.h>
|
||||||
#include <AppKit/NSBox.h>
|
#import <AppKit/NSApplication.h>
|
||||||
#include <AppKit/NSButton.h>
|
#import <AppKit/NSColorPicking.h>
|
||||||
#include <AppKit/NSColorPicking.h>
|
#import <AppKit/NSColorWell.h>
|
||||||
#include <AppKit/NSColorWell.h>
|
#import <AppKit/NSNibDeclarations.h>
|
||||||
#include <AppKit/NSMatrix.h>
|
#import <AppKit/NSPanel.h>
|
||||||
#include <AppKit/NSNibDeclarations.h>
|
|
||||||
#include <AppKit/NSPanel.h>
|
|
||||||
#include <AppKit/NSSlider.h>
|
|
||||||
#include <AppKit/NSSplitView.h>
|
|
||||||
|
|
||||||
@class NSView;
|
@class NSBox;
|
||||||
|
@class NSButton;
|
||||||
@class NSColorList;
|
@class NSColorList;
|
||||||
@class NSEvent;
|
@class NSEvent;
|
||||||
|
@class NSMatrix;
|
||||||
|
@class NSSlider;
|
||||||
|
@class NSSplitView;
|
||||||
|
@class NSView;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
NSGrayModeColorPanel,
|
NSGrayModeColorPanel,
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#define _GNUstep_H_NSColorPicker
|
#define _GNUstep_H_NSColorPicker
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <AppKit/NSColorPicking.h>
|
#import <AppKit/NSColorPicking.h>
|
||||||
|
|
||||||
@class NSColorPanel;
|
@class NSColorPanel;
|
||||||
@class NSColorList;
|
@class NSColorList;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSColorPicking
|
#define _GNUstep_H_NSColorPicking
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <objc/Protocol.h>
|
#import <objc/Protocol.h>
|
||||||
|
|
||||||
@class NSColor;
|
@class NSColor;
|
||||||
@class NSColorPanel;
|
@class NSColorPanel;
|
||||||
|
|
|
@ -32,7 +32,10 @@
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
|
@class NSData;
|
||||||
|
@class NSString;
|
||||||
|
|
||||||
typedef enum _NSColorSpaceModel
|
typedef enum _NSColorSpaceModel
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSColorWell
|
#define _GNUstep_H_NSColorWell
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSControl.h>
|
#import <AppKit/NSControl.h>
|
||||||
|
|
||||||
@class NSColor;
|
@class NSColor;
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,9 @@
|
||||||
#define _GNUstep_H_NSComboBox
|
#define _GNUstep_H_NSComboBox
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSTextField.h>
|
#import <AppKit/NSTextField.h>
|
||||||
|
|
||||||
|
@class NSArray;
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSNotification;
|
@class NSNotification;
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
#define _GNUstep_H_NSComboBoxCell
|
#define _GNUstep_H_NSComboBoxCell
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSGeometry.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
#include <AppKit/NSTextFieldCell.h>
|
#import <AppKit/NSTextFieldCell.h>
|
||||||
|
|
||||||
@class NSButtonCell;
|
@class NSButtonCell;
|
||||||
@class NSMutableArray;
|
@class NSMutableArray;
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
// for NSWritingDirection
|
// for NSWritingDirection
|
||||||
#include <AppKit/NSParagraphStyle.h>
|
#import <AppKit/NSParagraphStyle.h>
|
||||||
#include <AppKit/NSView.h>
|
#import <AppKit/NSView.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSNotification;
|
@class NSNotification;
|
||||||
|
|
|
@ -31,7 +31,8 @@
|
||||||
#define _GNUstep_H_NSCursor
|
#define _GNUstep_H_NSCursor
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSCoder.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
@class NSImage;
|
@class NSImage;
|
||||||
@class NSEvent;
|
@class NSEvent;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSCustomImageRep
|
#define _GNUstep_H_NSCustomImageRep
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSImageRep.h>
|
#import <AppKit/NSImageRep.h>
|
||||||
|
|
||||||
@interface NSCustomImageRep : NSImageRep
|
@interface NSCustomImageRep : NSImageRep
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#define _GNUstep_H_NSDataLink
|
#define _GNUstep_H_NSDataLink
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSCoder.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <AppKit/AppKitDefines.h>
|
#import <AppKit/AppKitDefines.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSDataLinkManager
|
#define _GNUstep_H_NSDataLinkManager
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSCoder.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSEnumerator;
|
@class NSEnumerator;
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#define _GNUstep_H_NSDataLinkPanel
|
#define _GNUstep_H_NSDataLinkPanel
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSApplication.h>
|
#import <AppKit/NSApplication.h>
|
||||||
#include <AppKit/NSPanel.h>
|
#import <AppKit/NSPanel.h>
|
||||||
|
|
||||||
@class NSDataLink;
|
@class NSDataLink;
|
||||||
@class NSDataLinkManager;
|
@class NSDataLinkManager;
|
||||||
|
@ -96,12 +96,6 @@
|
||||||
- (void)pickedUpdateDestination:(id)sender;
|
- (void)pickedUpdateDestination:(id)sender;
|
||||||
- (void)pickedUpdateMode:(id)sender;
|
- (void)pickedUpdateMode:(id)sender;
|
||||||
|
|
||||||
//
|
|
||||||
// NSCoding protocol
|
|
||||||
//
|
|
||||||
- (void)encodeWithCoder: (NSCoder *)aCoder;
|
|
||||||
- initWithCoder: (NSCoder *)aDecoder;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif // _GNUstep_H_NSDataLinkPanel
|
#endif // _GNUstep_H_NSDataLinkPanel
|
||||||
|
|
|
@ -34,9 +34,9 @@
|
||||||
#define _GNUstep_H_NSDocument
|
#define _GNUstep_H_NSDocument
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <AppKit/NSNibDeclarations.h>
|
#import <AppKit/NSNibDeclarations.h>
|
||||||
#include <AppKit/NSUserInterfaceValidation.h>
|
#import <AppKit/NSUserInterfaceValidation.h>
|
||||||
|
|
||||||
|
|
||||||
/* Foundation classes */
|
/* Foundation classes */
|
||||||
|
|
|
@ -33,9 +33,9 @@
|
||||||
|
|
||||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <AppKit/NSNibDeclarations.h>
|
#import <AppKit/NSNibDeclarations.h>
|
||||||
#include <AppKit/NSUserInterfaceValidation.h>
|
#import <AppKit/NSUserInterfaceValidation.h>
|
||||||
|
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
@class NSError;
|
@class NSError;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSDragging
|
#define _GNUstep_H_NSDragging
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSGeometry.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
|
|
||||||
@class NSWindow;
|
@class NSWindow;
|
||||||
@class NSPasteboard;
|
@class NSPasteboard;
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#define _GNUstep_H_NSDrawer
|
#define _GNUstep_H_NSDrawer
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSGeometry.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
#include <AppKit/NSResponder.h>
|
#import <AppKit/NSResponder.h>
|
||||||
|
|
||||||
@class NSWindow;
|
@class NSWindow;
|
||||||
@class NSView;
|
@class NSView;
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#define _GNUstep_H_NSEPSImageRep
|
#define _GNUstep_H_NSEPSImageRep
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSGeometry.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
#include <AppKit/NSImageRep.h>
|
#import <AppKit/NSImageRep.h>
|
||||||
|
|
||||||
@class NSData;
|
@class NSData;
|
||||||
|
|
||||||
|
|
|
@ -31,9 +31,10 @@
|
||||||
#define _GNUstep_H_NSEvent
|
#define _GNUstep_H_NSEvent
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSCoder.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSGeometry.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
#include <Foundation/NSDate.h>
|
// For NSTimeInterval
|
||||||
|
#import <Foundation/NSDate.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSWindow;
|
@class NSWindow;
|
||||||
|
|
|
@ -31,11 +31,14 @@
|
||||||
#define _GNUstep_H_NSFileWrapper
|
#define _GNUstep_H_NSFileWrapper
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSDictionary.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <AppKit/NSImage.h>
|
#import <AppKit/NSImage.h>
|
||||||
|
|
||||||
@class NSImage;
|
@class NSData;
|
||||||
|
@class NSDictionary;
|
||||||
|
@class NSMutableDictionary;
|
||||||
@class NSString;
|
@class NSString;
|
||||||
|
@class NSImage;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,11 +32,11 @@
|
||||||
#define _GNUstep_H_NSFont
|
#define _GNUstep_H_NSFont
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSGeometry.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
#include <AppKit/AppKitDefines.h>
|
#import <AppKit/AppKitDefines.h>
|
||||||
// For NSControlSize
|
// For NSControlSize
|
||||||
#include <AppKit/NSColor.h>
|
#import <AppKit/NSColor.h>
|
||||||
|
|
||||||
@class NSAffineTransform;
|
@class NSAffineTransform;
|
||||||
@class NSCharacterSet;
|
@class NSCharacterSet;
|
||||||
|
|
|
@ -30,18 +30,19 @@
|
||||||
|
|
||||||
#ifndef _GNUstep_H_NSFontDescriptor
|
#ifndef _GNUstep_H_NSFontDescriptor
|
||||||
#define _GNUstep_H_NSFontDescriptor
|
#define _GNUstep_H_NSFontDescriptor
|
||||||
|
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
#import <AppKit/AppKitDefines.h>
|
||||||
|
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||||
|
|
||||||
@class NSAffineTransform;
|
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
@class NSCoder;
|
@class NSCoder;
|
||||||
|
@class NSDictionary;
|
||||||
@class NSSet;
|
@class NSSet;
|
||||||
@class NSString;
|
@class NSString;
|
||||||
|
@class NSAffineTransform;
|
||||||
|
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||||
typedef uint32_t NSFontSymbolicTraits;
|
typedef uint32_t NSFontSymbolicTraits;
|
||||||
|
@ -78,29 +79,29 @@ enum _NSFontTrait
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern NSString *NSFontFamilyAttribute;
|
APPKIT_EXPORT NSString *NSFontFamilyAttribute;
|
||||||
extern NSString *NSFontNameAttribute;
|
APPKIT_EXPORT NSString *NSFontNameAttribute;
|
||||||
extern NSString *NSFontFaceAttribute;
|
APPKIT_EXPORT NSString *NSFontFaceAttribute;
|
||||||
extern NSString *NSFontSizeAttribute;
|
APPKIT_EXPORT NSString *NSFontSizeAttribute;
|
||||||
extern NSString *NSFontVisibleNameAttribute;
|
APPKIT_EXPORT NSString *NSFontVisibleNameAttribute;
|
||||||
extern NSString *NSFontColorAttribute;
|
APPKIT_EXPORT NSString *NSFontColorAttribute;
|
||||||
extern NSString *NSFontMatrixAttribute;
|
APPKIT_EXPORT NSString *NSFontMatrixAttribute;
|
||||||
extern NSString *NSFontVariationAttribute;
|
APPKIT_EXPORT NSString *NSFontVariationAttribute;
|
||||||
extern NSString *NSFontCharacterSetAttribute;
|
APPKIT_EXPORT NSString *NSFontCharacterSetAttribute;
|
||||||
extern NSString *NSFontCascadeListAttribute;
|
APPKIT_EXPORT NSString *NSFontCascadeListAttribute;
|
||||||
extern NSString *NSFontTraitsAttribute;
|
APPKIT_EXPORT NSString *NSFontTraitsAttribute;
|
||||||
extern NSString *NSFontFixedAdvanceAttribute;
|
APPKIT_EXPORT NSString *NSFontFixedAdvanceAttribute;
|
||||||
|
|
||||||
extern NSString *NSFontSymbolicTrait;
|
APPKIT_EXPORT NSString *NSFontSymbolicTrait;
|
||||||
extern NSString *NSFontWeightTrait;
|
APPKIT_EXPORT NSString *NSFontWeightTrait;
|
||||||
extern NSString *NSFontWidthTrait;
|
APPKIT_EXPORT NSString *NSFontWidthTrait;
|
||||||
extern NSString *NSFontSlantTrait;
|
APPKIT_EXPORT NSString *NSFontSlantTrait;
|
||||||
|
|
||||||
extern NSString *NSFontVariationAxisIdentifierKey;
|
APPKIT_EXPORT NSString *NSFontVariationAxisIdentifierKey;
|
||||||
extern NSString *NSFontVariationAxisMinimumValueKey;
|
APPKIT_EXPORT NSString *NSFontVariationAxisMinimumValueKey;
|
||||||
extern NSString *NSFontVariationAxisMaximumValueKey;
|
APPKIT_EXPORT NSString *NSFontVariationAxisMaximumValueKey;
|
||||||
extern NSString *NSFontVariationAxisDefaultValueKey;
|
APPKIT_EXPORT NSString *NSFontVariationAxisDefaultValueKey;
|
||||||
extern NSString *NSFontVariationAxisNameKey;
|
APPKIT_EXPORT NSString *NSFontVariationAxisNameKey;
|
||||||
|
|
||||||
@interface NSFontDescriptor : NSObject <NSCoding, NSCopying>
|
@interface NSFontDescriptor : NSObject <NSCoding, NSCopying>
|
||||||
{
|
{
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#define _GNUstep_H_NSFontManager
|
#define _GNUstep_H_NSFontManager
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#define _GNUstep_H_NSFontPanel
|
#define _GNUstep_H_NSFontPanel
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSPanel.h>
|
#import <AppKit/NSPanel.h>
|
||||||
#include <AppKit/NSFontManager.h>
|
#import <AppKit/NSFontManager.h>
|
||||||
|
|
||||||
@class NSFont;
|
@class NSFont;
|
||||||
@class NSView;
|
@class NSView;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSForm
|
#define _GNUstep_H_NSForm
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSMatrix.h>
|
#import <AppKit/NSMatrix.h>
|
||||||
|
|
||||||
@class NSFormCell;
|
@class NSFormCell;
|
||||||
@class NSFont;
|
@class NSFont;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define _GNUstep_H_NSFormCell
|
#define _GNUstep_H_NSFormCell
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <AppKit/NSActionCell.h>
|
#import <AppKit/NSActionCell.h>
|
||||||
|
|
||||||
@interface NSFormCell : NSActionCell <NSCoding>
|
@interface NSFormCell : NSActionCell <NSCoding>
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,11 +29,11 @@
|
||||||
#define __NSGraphics_h__
|
#define __NSGraphics_h__
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSGeometry.h>
|
#import <Foundation/NSGeometry.h>
|
||||||
|
|
||||||
#include <AppKit/NSGraphicsContext.h>
|
#import <AppKit/NSGraphicsContext.h>
|
||||||
#include <AppKit/AppKitDefines.h>
|
#import <AppKit/AppKitDefines.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
@class NSColor;
|
@class NSColor;
|
||||||
|
|
|
@ -28,27 +28,28 @@
|
||||||
Boston, MA 02110-1301, USA.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/NSString.h>
|
#import <Foundation/NSString.h>
|
||||||
#include <Foundation/NSArchiver.h>
|
#import <Foundation/NSArchiver.h>
|
||||||
#include <Foundation/NSDictionary.h>
|
#import <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSException.h>
|
#import <Foundation/NSException.h>
|
||||||
#include <Foundation/NSNotification.h>
|
#import <Foundation/NSLock.h>
|
||||||
#include <Foundation/NSUserDefaults.h>
|
#import <Foundation/NSNotification.h>
|
||||||
#include <Foundation/NSBundle.h>
|
#import <Foundation/NSUserDefaults.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#import <Foundation/NSBundle.h>
|
||||||
#include <Foundation/NSScanner.h>
|
#import <Foundation/NSDebug.h>
|
||||||
|
#import <Foundation/NSScanner.h>
|
||||||
|
|
||||||
#include "AppKit/NSColor.h"
|
#import "AppKit/NSColor.h"
|
||||||
#include "AppKit/NSColorList.h"
|
#import "AppKit/NSColorList.h"
|
||||||
#include "AppKit/NSColorSpace.h"
|
#import "AppKit/NSColorSpace.h"
|
||||||
#include "AppKit/NSPasteboard.h"
|
#import "AppKit/NSPasteboard.h"
|
||||||
#include "AppKit/NSView.h"
|
#import "AppKit/NSView.h"
|
||||||
#include "AppKit/NSImage.h"
|
#import "AppKit/NSImage.h"
|
||||||
#include "AppKit/NSGraphics.h"
|
#import "AppKit/NSGraphics.h"
|
||||||
#include "AppKit/PSOperators.h"
|
#import "AppKit/PSOperators.h"
|
||||||
#include "GNUstepGUI/GSTheme.h"
|
#import "GNUstepGUI/GSTheme.h"
|
||||||
#include "GSGuiPrivate.h"
|
#import "GSGuiPrivate.h"
|
||||||
|
|
||||||
static Class NSColorClass;
|
static Class NSColorClass;
|
||||||
|
|
||||||
|
|
|
@ -26,27 +26,32 @@
|
||||||
Boston, MA 02110-1301, USA.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/NSBundle.h>
|
#import <Foundation/NSBundle.h>
|
||||||
#include <Foundation/NSEnumerator.h>
|
#import <Foundation/NSEnumerator.h>
|
||||||
#include <Foundation/NSFileManager.h>
|
#import <Foundation/NSFileManager.h>
|
||||||
#include <Foundation/NSLock.h>
|
#import <Foundation/NSLock.h>
|
||||||
#include <Foundation/NSNotification.h>
|
#import <Foundation/NSNotification.h>
|
||||||
#include <Foundation/NSPathUtilities.h>
|
#import <Foundation/NSPathUtilities.h>
|
||||||
#include "AppKit/NSButtonCell.h"
|
#import "AppKit/NSBox.h"
|
||||||
#include "AppKit/NSColor.h"
|
#import "AppKit/NSButton.h"
|
||||||
#include "AppKit/NSColorPanel.h"
|
#import "AppKit/NSButtonCell.h"
|
||||||
#include "AppKit/NSColorPicker.h"
|
#import "AppKit/NSColor.h"
|
||||||
#include "AppKit/NSColorPicking.h"
|
#import "AppKit/NSColorPanel.h"
|
||||||
#include "AppKit/NSColorWell.h"
|
#import "AppKit/NSColorPicker.h"
|
||||||
#include "AppKit/NSEvent.h"
|
#import "AppKit/NSColorPicking.h"
|
||||||
#include "AppKit/NSGraphics.h"
|
#import "AppKit/NSColorWell.h"
|
||||||
#include "AppKit/NSImage.h"
|
#import "AppKit/NSEvent.h"
|
||||||
#include "AppKit/NSPasteboard.h"
|
#import "AppKit/NSGraphics.h"
|
||||||
#include "AppKit/NSWindow.h"
|
#import "AppKit/NSImage.h"
|
||||||
#include "GNUstepGUI/IMLoading.h"
|
#import "AppKit/NSMatrix.h"
|
||||||
|
#import "AppKit/NSPasteboard.h"
|
||||||
|
#import "AppKit/NSSlider.h"
|
||||||
|
#import "AppKit/NSSplitView.h"
|
||||||
|
#import "AppKit/NSWindow.h"
|
||||||
|
#import "GNUstepGUI/IMLoading.h"
|
||||||
|
|
||||||
#include "GSGuiPrivate.h"
|
#import "GSGuiPrivate.h"
|
||||||
|
|
||||||
#define MAX_ALPHA_VALUE 100.0
|
#define MAX_ALPHA_VALUE 100.0
|
||||||
static NSLock *_gs_gui_color_panel_lock = nil;
|
static NSLock *_gs_gui_color_panel_lock = nil;
|
||||||
|
|
|
@ -27,9 +27,11 @@
|
||||||
Boston, MA 02110-1301, USA.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/NSCoder.h>
|
||||||
|
#import <Foundation/NSData.h>
|
||||||
|
#import <Foundation/NSString.h>
|
||||||
#import <AppKit/NSColorSpace.h>
|
#import <AppKit/NSColorSpace.h>
|
||||||
#include "GSGuiPrivate.h"
|
#import "GSGuiPrivate.h"
|
||||||
|
|
||||||
@implementation NSColorSpace
|
@implementation NSColorSpace
|
||||||
|
|
||||||
|
|
|
@ -26,14 +26,14 @@
|
||||||
Boston, MA 02110-1301, USA.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
|
|
||||||
#include <Foundation/NSCoder.h>
|
#import <Foundation/NSCoder.h>
|
||||||
#include "AppKit/NSButton.h"
|
#import "AppKit/NSButton.h"
|
||||||
#include "AppKit/NSEvent.h"
|
#import "AppKit/NSEvent.h"
|
||||||
#include "AppKit/NSImage.h"
|
#import "AppKit/NSImage.h"
|
||||||
#include "AppKit/NSPanel.h"
|
#import "AppKit/NSPanel.h"
|
||||||
#include "AppKit/NSTextField.h"
|
#import "AppKit/NSTextField.h"
|
||||||
|
|
||||||
@implementation NSPanel
|
@implementation NSPanel
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue