home *** CD-ROM | disk | FTP | other *** search
- tbar - version 1.0 - by john everett
- created 17-May-89 and released to the Public Domain
-
- This short (564 bytes) program will change the intuition pattern used in the
- title bars of all windows. Put it in your startup-sequence and dress up
- your windows! It will change the current window immediately and all others
- as they are selected. The code is pure and may be made resident (can't see
- much use in doing that - except maybe while playing with new patterns).
- There are five patterns built in, or you may define your own pattern.
- Calling tbar with no arguments will restore the default pattern.
-
- Usage examples:
-
- tbar
- restores default pattern
- tbar ?
- prints usage information
- tbar -z
- change to `zipper' pattern
- tbar -s
- change to `stripe' pattern
- tbar -o
- change to `open' pattern
- tbar -h
- change to `heart' pattern
- tbar -d
- change to `diagonal' pattern
- tbar 4ce8,e800,4800,4800,4ceb,4a2c,4ae8,4ca8
- change to `tbar' pattern
- tbar 0fc0 0fc0 3030 cccc c48c d86c c78c 3030
- change to `happy face' pattern
-
- The last two examples demonstrate how you may design and use any pattern you
- like. Spaces and commas in the hex data are ignored, zeros are significant.
-
- Enjoy!
- john everett
- 321 Hodges
- Memphis,TN 37211
- PLINK ID - JAE
-