Description = "Is overriden by specific interface styles.\nApplications will use platform-specific nibs, when available.\nUse platform-specific UI elements.";
Description = "Set Color scheme according to the selected platform.";
Title = "System Color Interface";
},
{
NSInterfaceStyleKey = NSAlertInterfaceStyle;
Description = "Macintosh: standard alert panel.\nNeXTStep: like Macintosh.\nWindows: The exactly same Alert Panel look as in Windows.";
Title = "Alert Panels";
},
{
NSInterfaceStyleKey = NSScrollerInterfaceStyle;
Description = "Platform-specific look and feel!\nMacintosh: scrollers are left-aligned.\nNeXTStep: scrollers are right-aligned.\nWindows: scrollers are left-aligned. Arrows cannot be together.";
Title = "Scrollers";
},
{
NSInterfaceStyleKey = NSScrollerPagingBehavior;
Description = "Macintosh: the scrollbar positions progressively where you click on the scroller.\nNeXTStep: the scrollbar positions immediately where you click on the scroller.\nWindows: like Macintosh.";
Description = "Macintosh: rounded buttons.\NeXTStep: like Macintosh.\nWindows: rectangular buttons.";
Title = "Controls";
},
{
NSInterfaceStyleKey = NSMenuInterfaceStyle;
Description = "Macintosh: standard MacOS menu bar.\nNeXTStep: main menu is detachable and vertical, like in the good old days... Does not work correctly.\nWindows: displays a menu bar, nearly like Macintosh.";
Title = "Menus";
},
{
NSInterfaceStyleKey = NSWindowInterfaceStyle;
Description = "Macintosh: MacOS Platinum style.\nNeXTStep: the old NeXT black frame! (does not work if you use Macintosh Window Miniaturizing Scheme; never shown dirty).\nWindows: like NeXTStep (!).";
Title = "Windows";
},
{
NSInterfaceStyleKey = NSMiniWindowStyle;
Description = "Macintosh: miniaturizing a window displays only its title bar.\nNeXTStep: miniaturizing a window will put an icon at the bottom of the screen.\nWindows: like NeXTStep.";