Skip navigation.
 
mlRe: Making my own menubar
FROM : Jens Alfke
DATE : Fri May 02 21:54:27 2008

On 2 May '08, at 12:06 PM, Mike wrote:

> Is there an easy way to do this or do I have to do all my own 
> drawing in order to create my own custom menubar at the top of my 
> fullscreen window?


You're pretty much on your own. Probably the best start is to make a 
row of NSPopUpButton controls in 'drop-down' mode. It won't be exactly 
like the real menu-bar, though (dragging from one menu to another 
won't work, nor will the accessibility keyboard shortcuts.)

—Jens

Related mailsAuthorDate
mlMaking my own menubar Mike May 2, 21:06
mlRe: Making my own menubar Shawn Erickson May 2, 21:41
mlRe: Making my own menubar Jens Alfke May 2, 21:54
mlRe: Making my own menubar Mike May 2, 22:44
mlRe: Making my own menubar Kyle Sluder May 2, 23:02
mlRe: Making my own menubar Andy Lee May 2, 23:23