mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:17:39 +00:00
Move and install resources to more appropriate place.
Minor fixes. Incorporate Adam Fedor's NSImage patches. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2070 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e3dde2fd9a
commit
9211409e28
24 changed files with 145 additions and 158 deletions
|
@ -33,9 +33,16 @@
|
|||
// Initializing a New Instance
|
||||
+ (id) imageRepWithData: (NSData *)epsData
|
||||
{
|
||||
// [self notImplemented: _cmd];
|
||||
return [[self alloc] init];
|
||||
//[self notImplemented: _cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
+ (NSArray *) imageRepsWithData: (NSData *)epsData
|
||||
{
|
||||
//[self notImplemented: _cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (id) initWithData: (NSData *)epsData
|
||||
{
|
||||
[self notImplemented: _cmd];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue