mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 11:41:56 +00:00
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:
parent
aee95ba5dd
commit
49e8f3f2ec
3 changed files with 57 additions and 1 deletions
|
@ -31,6 +31,8 @@
|
|||
|
||||
@interface NSImageView : NSControl
|
||||
{
|
||||
id _target;
|
||||
SEL _action;
|
||||
}
|
||||
|
||||
- (NSImage *)image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue