Re: mouseDown/Up on window's titlebar?
Re: mouseDown/Up on window's titlebar?
- Subject: Re: mouseDown/Up on window's titlebar?
- From: Robert Clair <email@hidden>
- Date: Tue, 1 Feb 2005 17:29:16 -0500
#include STANDARD_WARNING_ABOUT_PRIVATE_METHODS
NSView* borderView = [myWindow _borderView];
The trafficlight buttons are subviews of the borderView so you
should be able to get events. Remember there is already
behavior associated with mouse events up there - dragging the
window, minimizing on double click.
.....Bob Clair
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden