NSToolbar

From GNUstepWiki
Jump to navigation Jump to search

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.