I\'m using a textured window that has a tab bar along the top of it, just below the title bar.
I\'ve used -setContentBorderThickness:forEdge: on the window to make t
It's quite easy:
override mouseDownCanMoveWindow property
override var mouseDownCanMoveWindow:Bool { return false }