Re: detecting mouseDown events in subviews
Re: detecting mouseDown events in subviews
- Subject: Re: detecting mouseDown events in subviews
- From: Matt Neuburg <email@hidden>
- Date: Mon, 20 May 2002 09:58:42 -0700
On Sun, 19 May 2002 11:51:29 -0500, email@hidden said:
>
imageView = [[NSImageView alloc] init];
>
How can I detect mouseDown and mouseUp events with the imageView?
Change this line to:
imageView = [[MyImageView alloc] init];
where MyImageView is an NSImageView subclass with a mouseDown method. m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes gar anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.