PDA

View Full Version : Safari 4 style tabs




davbeck
May 9, 2009, 11:14 PM
I am just curious, how would you go about implementing a tabbed window like that in Safari 4?
I suppose you would have to create an NSView subclass that would take up the space of the title bar that has mouseDownCanMoveWindow set to true, and place the close, minimize, resize buttons yourself?
Is there an easy way to make a styled window like that?



Catfish_Man
May 10, 2009, 12:00 AM
I haven't looked into it in detail, but I can safely say that no, there isn't an easy way to do it.