-2

I want to see close, minimize and zoom buttons vertically in title bar like in iTunes.

How to do this?

Nikolai Nagornyi
  • 1,312
  • 2
  • 11
  • 26
  • possible duplicate of [iTunes-style NSWindow subclass?](http://stackoverflow.com/questions/4304186/itunes-style-nswindow-subclass) – Brad Larson Nov 08 '11 at 20:44

1 Answers1

0

You'll have to create a borderless window and draw the window frame and widgets yourself. Matt Gallagher has an example project that you can adapt to do what you want:

http://cocoawithlove.com/2008/12/drawing-custom-window-on-mac-os-x.html

Word of warning: don't expect your users or fellow developers to love you for implementing this.

Karoy Lorentey
  • 4,843
  • 2
  • 28
  • 28