home *** CD-ROM | disk | FTP | other *** search
- This file contains last minute changes to The C Window Library.
-
- Include files
- -------------
-
- KEYCODES.H is now automatically included when WINDOW.H is included.
-
-
-
- Input Options
- -------------
-
- There is a new option that can be used with the WindowGet..() family of
- functions:
-
- CHECKREGEXP_IGNORECASE - This option checks to see if the string entered
- matches the regular expression, but does a case insensitive check when a
- letter is encountered. For example "ABC", "abc", "Abc", etc. will be accepted
- if the regular expression is "3[A-Z]" and the CHECKREGEXP_IGNORECASE option
- is selected.
-
-
- Miscellaneous
- -------------
-
- You can now write a character on the left or right borders of a window.