home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / util2src / cf.ini < prev    next >
Encoding:
INI File  |  1991-11-08  |  460 b   |  23 lines

  1. ; This is an example configuration files that can be processed by
  2. ; the subroutines in cfaccess.c, now that they've been updated
  3. ; to do so.
  4.  
  5. ; Created: 11/08/91  B.E. Yoder, from a PC Paintbrush .ini file.
  6.  
  7. [Colors]
  8. ;       menu colors - background and text
  9. Menu=0 255 255
  10. Menutext=0 0 0
  11.  
  12. [Display]
  13. ;  0 turns it off, 1 turns it on
  14. Menu = 1
  15. Palette = 1
  16.  
  17. [Tools]
  18. ;  LineWidth = 0 - 40
  19. LineWidth = 1
  20. ;  BrushShapes are 1 - 7
  21. BrushShape=2
  22.  
  23.