More images from Andrew

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5556 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-17 12:44:06 +00:00
parent 80be408118
commit 46b4a92b7b
4 changed files with 5 additions and 0 deletions

View file

@ -49,6 +49,8 @@ Gorm_RESOURCE_FILES = \
Images/GormMenu.tiff \
Images/GormObject.tiff \
Images/GormSound.tiff \
Images/GormSourceTag.tiff \
Images/GormTargetTag.tiff \
Images/Gorm.tiff \
Images/GormLinkImage.tiff

View file

@ -20,6 +20,9 @@
id activeDocument;
NSMutableArray *documents;
BOOL isTesting;
NSImage *linkImage;
NSImage *sourceImage;
NSImage *targetImage;
}
- (id<IBDocuments>) activeDocument;
- (void) handleNotification: (NSNotification*)aNotification;

BIN
Images/GormSourceTag.tiff Executable file

Binary file not shown.

BIN
Images/GormTargetTag.tiff Executable file

Binary file not shown.