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?
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?