NSToolbar

From GNUstepWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Unlike Interface Builder gorm does not currently support a widget for the creation of toolbars, so they must be created programatically. Toolbars are owned by windows, and contains an [NSArray] of NSToolbarItems.

Usage

Apple on NSToolbar.