Skip navigation.
 
mlRe: Custom window with small stoplight
FROM : j o a r
DATE : Wed Jul 26 18:25:00 2006

On 25 jul 2006, at 01.02, Buddy Kurz wrote:

> However, I would be concerned that this might be rendered non-
> functional by some OS update.
> Perhaps someone more knowledgeable might comment.


How about simply using the NSWindow class method to get each 
NSWindowButton type:

   + standardWindowButton:forStyleMask:

...and then insert them into your new window as needed.

j o a r

Related mailsAuthorDate
mlCustom window with small stoplight Trygve Inda Jul 24, 16:12
mlRe: Custom window with small stoplight Mike Abdullah Jul 24, 21:07
mlRe: Custom window with small stoplight Trygve Inda Jul 24, 22:03
mlRe: Custom window with small stoplight I. Savant Jul 24, 22:24
mlRe: Custom window with small stoplight Buddy Kurz Jul 25, 01:02
mlRe: Custom window with small stoplight Buddy Kurz Jul 25, 02:46
mlRe: Custom window with small stoplight j o a r Jul 26, 18:25