home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / comms / voodoo / caprefs.doc < prev    next >
Text File  |  1996-02-03  |  3KB  |  73 lines

  1.     NAME
  2.  
  3.         CAPrefs -- ClassAct Preferences Daemon
  4.  
  5.     SYNOPSIS
  6.  
  7.         CAPrefs BEVELS/K,SPACE=LAYOUTSPACING/K/N,GADGETS/K,
  8.                 LABELPLACE/K,LABELPEN/K/N,LABELFONT/K,REFRESH/K,
  9.                 PATTERN/K,FALLBACKFONT/K
  10.  
  11.         CAPrefs [BEVELS GT|THIN|XEN] [SPACE n] [GADGETS NORMAL|3D]
  12.                 [LABELPLACE LEFT|RIGHT|CENTER] [LABELPEN n]
  13.                 [LABELFONT font/size] [REFRESH SIMPLE|SMART]
  14.                 [PATTERN image] [FALLBACKFONT font/size]
  15.  
  16.     FUNCTION
  17.  
  18.         Set up ClassAct preferences. Run this program before any
  19.         applications that utilize ClassAct classes. A good place is
  20.         early in the user-startup. A graphic preferences editor will
  21.         be provided in the near future.
  22.         
  23.         CAPrefs will first load preferences from ENV:ClassAct/ClassAct,
  24.         and then parse the command line arguments to possibly override
  25.         the settings from that file. The syntax of the preferences
  26.         file is identical to CAPrefs command line arguments.
  27.  
  28.     ARGUMENTS
  29.  
  30.         BEVELS
  31.             GT - GadTools-like 2:1 aspect bevels. The default.
  32.             THIN - 1:1 aspect thin bevels.
  33.  
  34.         SPACE
  35.             Spacing between gadgets. Corresponds to pixels in
  36.             THIN bevel mode, scaled to bevel width. Default 4.
  37.  
  38.         GADGETS
  39.             NORMAL - standard V37 window border gadgets. The default.
  40.             3D - with SysIHack 3DLOOK, a 3D iconify gadget.
  41.  
  42.         LABELPLACE
  43.             LEFT - left justified group labels.
  44.             RIGHT - right justified group labels.
  45.             CENTER - centered group labels. The default.
  46.  
  47.         LABELPEN
  48.             Pen number to use for labels. Default is TEXTPEN.
  49.  
  50.         LABELFONT
  51.             Font name and size to use for group labels. Default
  52.             is the screen/window font.
  53.             
  54.         REFRESH
  55.             Window refresh type. Simple refresh windows take less
  56.             memory but update slower when uncovered from behind other
  57.             windows. Smart refresh is quicker but more memory hungry.
  58.             Default is smart.
  59.             
  60.         PATTERN
  61.             On OS 3.0, ClassAct window.class can automatically install
  62.             a backfill pattern to windows, using any image understood
  63.             by the datatypes. This option is the name of that image.
  64.            
  65.         FALLBACKFONT
  66.             Window fallback font in case the default font is too large
  67.             to fit the window on the screen.
  68.  
  69.     EXAMPLE
  70.  
  71.         CAPrefs BEVELS=THIN SPACE=3 LABELPEN=2 LABELFONT Times/12
  72.  
  73.