Re: NSPanel with just a close button & title on title bar?
Re: NSPanel with just a close button & title on title bar?
- Subject: Re: NSPanel with just a close button & title on title bar?
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 22 Nov 2004 08:53:33 +0100
At 8:38 Uhr -0800 19.11.2004, Ryan Stevens wrote:
You can draw the title yourself...
{
id superview = [[window standardWindowButton:NSWindowZoomButton]
superview];
[superview addSubview:aTextField];
}
Not sure if you'll need to pass events up to the superview or not
but with something like this you could even draw an attributed title
if you wanted.
He might need to check what happens with accessibility in that case, though...
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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