home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / Rhapsody / Preferences / InterfaceStyle-1.0-PI / InterfaceStyle.preference / Resources / InterfaceStyles.plist < prev    next >
Encoding:
Text File  |  1998-02-28  |  2.6 KB  |  62 lines

  1. (
  2.     {
  3.         NSInterfaceStyleKey = NSInterfaceStyle;
  4.         Description = "Is overriden by specific interface styles.\nApplications will use platform-specific nibs, when available.\nUse platform-specific UI elements.";
  5.         Title = "Global Interface Style";
  6.     },
  7.     {
  8.         NSInterfaceStyleKey = NSSystemColorInterfaceStyle;
  9.         Description = "Set Color scheme according to the selected platform.";
  10.         Title = "System Color Interface";
  11.     },
  12.     {
  13.         NSInterfaceStyleKey = NSAlertInterfaceStyle;
  14.         Description = "Macintosh: standard alert panel.\nNeXTStep: like Macintosh.\nWindows: The exactly same Alert Panel look as in Windows.";
  15.         Title = "Alert Panels";
  16.     },
  17.     {
  18.         NSInterfaceStyleKey = NSScrollerInterfaceStyle;
  19.         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.";
  20.         Title = "Scrollers";
  21.     },
  22.     {
  23.         NSInterfaceStyleKey = NSScrollerPagingBehavior;
  24.         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.";
  25.         Title = "Scrollers Behavior";
  26.     },
  27.     {
  28.         NSInterfaceStyleKey = NSPopUpButtonInterfaceStyle;
  29.         Description = "Macintosh: rounded popup/popdown buttons.\nNeXTStep: like Macintosh.\nWindows: rectangular popup/popdown buttons.";
  30.         Title = "PopUp Buttons";
  31.     },
  32.     {
  33.         NSInterfaceStyleKey = NSTableViewInterfaceStyle;
  34.         Description = "Minor changes with colors.";
  35.         Title = "TableViews";
  36.     },
  37.     {
  38.         NSInterfaceStyleKey = NSBrowserInterfaceStyle;
  39.         Description = "";
  40.         Title = "Browser";
  41.     },
  42.     {
  43.         NSInterfaceStyleKey = NSControlInterfaceStyle;
  44.         Description = "Macintosh: rounded buttons.\NeXTStep: like Macintosh.\nWindows: rectangular buttons.";
  45.         Title = "Controls";
  46.     },
  47.     {
  48.         NSInterfaceStyleKey = NSMenuInterfaceStyle;
  49.         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.";
  50.         Title = "Menus";
  51.     },
  52.     {
  53.         NSInterfaceStyleKey = NSWindowInterfaceStyle;
  54.         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 (!).";
  55.         Title = "Windows";
  56.     },
  57.     {
  58.         NSInterfaceStyleKey = NSMiniWindowStyle;
  59.         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.";
  60.         Title = "Miniaturizing Windows";
  61.     }
  62. )