Submitted patch to NSImageView to handle target and action.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18424 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2004-01-15 23:57:54 +00:00
parent aee95ba5dd
commit 49e8f3f2ec
3 changed files with 57 additions and 1 deletions

View file

@ -31,6 +31,8 @@
@interface NSImageView : NSControl
{
id _target;
SEL _action;
}
- (NSImage *)image;