Re: NSSegmentedControl Display Bug?
Re: NSSegmentedControl Display Bug?
- Subject: Re: NSSegmentedControl Display Bug?
- From: Ruediger Hanke <email@hidden>
- Date: Sun, 31 Jul 2005 18:15:00 +0200
I'm lost here ... basically I want to have a segmented control in
the regular
style in a unified title/toolbar window. Anybody knows how DevonThink
achieves this?
// "It's Not Nice To Fool Mother Nature"... but often necessary:
[snip code]
:D Thank you so much. You've made my day!
- (unsigned int)styleMask
{
return ([realWindow styleMask] &~ NSTexturedBackgroundWindowMask);
}
Of course, here you have to mask out
NSUnifiedTitleAndToolbarWindowMask as well if you use a window of
that style. Works lovely then.
Ruediger
_______________________________________________
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