NSTabView with background color
As discussed elsewhere, NSTabView does not have a setBackgroundColor method and subclassing NSTabView and using an drawRect to control it does no longer work - as it does not paint the top 10%, the bit just below the segmented control button. Now I am a bit surprised by the amounts of work arounds I had to do solving this; see code: https://github.com/dirkx/CustomizableTabView/blob/master/CustomizableTabView/CustomizableTabView.m and am wondering if i went down the wrong path. And how to do this better & simpler: The NSSegmentStyleTexturedSquare seems to yield me a semi-transparent segmented