cocoa - Mac OS X, make a window go over menu bar -


is possible make window go on menu bar, without going in fullscreen?

thanks in advance!

yes, trivially:

window.level = nsmainmenuwindowlevel + 1; 

(reference: drawing full screen, opengl programming guide mac os x.)

sebastianmarkow correct in terrible behaviour normal document window, there several window types normal: cursors, tool tips, , special utilities xscope.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -