home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / TCL / BLT / BLT1.7L1 / BLT1 / blt-1.7 / applications / kosherdill / Help / Xdefaults < prev   
Encoding:
Text File  |  1993-11-23  |  2.7 KB  |  84 lines

  1.  
  2.  Xdefaults
  3.  ---------------------------------------------------------------
  4.  
  5.  Many features of this application can be customized by specifying
  6.  values in a ".Xdefaults" file, or by loading resource values via
  7.  "xrdb".  In addition to the usual Tcl/Tk widget resources, the
  8.  following resources are defined for this application:
  9.  
  10. %%
  11. hyperhelp_mark Colors
  12. %%
  13.  Application Colors
  14.  ---------------------------------------------------------------
  15.    accentBackground:  color
  16.      Background color used to draw "accents" that draw attention.
  17.      Primarily used for error messages, and to signal that a
  18.      drag&drop token window is over a target.
  19.  
  20.    accentForeground:  color
  21.      Foreground color used to draw "accents" that draw attention.
  22.      Primarily used for error messages, and to signal that a
  23.      drag&drop token window is over a target.
  24.  
  25.    barColor:  color
  26.      Color used to draw size bars on the graphical disk usage
  27.      display.
  28.  
  29.    darkBackground:  color
  30.      Background color used for things like scrollbars that should
  31.      not draw attention.
  32.  
  33.    darkForeground:  color
  34.      Foreground color used for things like scrollbars that should
  35.      not draw attention.
  36.  
  37.    targetBackground:  color
  38.      Background color used for drag&drop targets.
  39.  
  40.    targetForeground:  color
  41.      Foreground color used for drag&drop targets.
  42.  
  43.    workspaceBackground:  color
  44.      Background color used for workspaces where data is presented.
  45.      This includes canvas windows, text windows and entry widgets.
  46.  
  47.    workspaceForeground:  color
  48.      Foreground color used for workspaces where data is presented.
  49.      This includes canvas windows, text windows and entry widgets.
  50.  
  51. %%
  52. hyperhelp_mark FileAges
  53. %%
  54.  File Ages
  55.  ---------------------------------------------------------------
  56.    newAge:  integer (number of weeks)
  57.      Files modified within this time are considered "new".
  58.  
  59.    dustyAge:  integer (number of weeks)
  60.      Files modified within this time are considered "dusty".
  61.  
  62.    oldAge:  integer (number of weeks)
  63.      Files modified within this time are considered "old".
  64.  
  65.    moldyAge:  integer (number of weeks)
  66.      Files modified within this time are considered "moldy".
  67.      Files older than this are also "moldy".
  68. %%
  69. hyperhelp_mark DragDrop
  70. %%
  71.  Drag&Drop
  72.  ---------------------------------------------------------------
  73.    buttonBinding:  integer (mouse button)
  74.      Drag&drop operations are bound to this mouse button.
  75.      Default is button "3".
  76.  
  77.    tokenActiveBackground:  color
  78.      Background color used to draw file icon on drag&drop
  79.      token when token is over a compatible target site.
  80.  
  81.    tokenActiveForeground:  color
  82.      Foreground color used to draw file icon on drag&drop
  83.      token when token is over a compatible target site.
  84.