home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-11-08 | 460 b | 23 lines |
- ; This is an example configuration files that can be processed by
- ; the subroutines in cfaccess.c, now that they've been updated
- ; to do so.
-
- ; Created: 11/08/91 B.E. Yoder, from a PC Paintbrush .ini file.
-
- [Colors]
- ; menu colors - background and text
- Menu=0 255 255
- Menutext=0 0 0
-
- [Display]
- ; 0 turns it off, 1 turns it on
- Menu = 1
- Palette = 1
-
- [Tools]
- ; LineWidth = 0 - 40
- LineWidth = 1
- ; BrushShapes are 1 - 7
- BrushShape=2
-
-