mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 13:20:48 +00:00
Replace #include -> #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
895bea4b23
commit
3cdc68a09b
99 changed files with 849 additions and 769 deletions
|
@ -29,9 +29,9 @@
|
|||
#define _GNUstep_H_NSImageSource
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <AppKit/NSImage.h>
|
||||
#import <AppKit/NSButton.h>
|
||||
#import <GNUstepGUI/GSTheme.h>
|
||||
#import <AppKit/NSButtonCell.h>
|
||||
|
||||
@class NSString, NSMutableDictionary;
|
||||
|
||||
/**
|
||||
* Handle images for button cell theming.
|
||||
|
@ -44,14 +44,10 @@
|
|||
+ (BOOL) archiveButtonImageSourceWithName: (NSString*)name
|
||||
toDirectory: (NSString*)path;
|
||||
+ (id) buttonImageSourceWithName: (NSString*)name;
|
||||
- (id) copyWithZone: (NSZone*)zone;
|
||||
- (void) dealloc;
|
||||
- (void) encodeWithCode: (NSCoder*)aCoder;
|
||||
- (id) imageForState: (struct NSButtonState)state;
|
||||
- (id) initWithCoder: (NSCoder*)aCoder;
|
||||
@end
|
||||
|
||||
@interface NSButtonCell (NSButtonImageSource)
|
||||
@interface NSButtonCell (NSButtonImageSource)
|
||||
- (id) _buttonImageSource;
|
||||
- (void) _setButtonImageSource: (id)source;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue