home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / WINCLIP / UPDATE.DOC < prev    next >
Text File  |  1993-12-01  |  755b  |  27 lines

  1.   This file contains last minute changes to The C Window Library.
  2.  
  3.   Include files
  4.   -------------
  5.  
  6.   KEYCODES.H is now automatically included when WINDOW.H is included.
  7.  
  8.  
  9.  
  10.   Input Options
  11.   -------------
  12.  
  13.   There is a new option that can be used with the WindowGet..() family of
  14.   functions:
  15.  
  16.   CHECKREGEXP_IGNORECASE - This option checks to see if the string entered
  17.   matches the regular expression, but does a case insensitive check when a
  18.   letter is encountered.  For example "ABC", "abc", "Abc", etc. will be accepted
  19.   if the regular expression is "3[A-Z]" and the CHECKREGEXP_IGNORECASE option
  20.   is selected.
  21.  
  22.  
  23.   Miscellaneous 
  24.   -------------
  25.  
  26.   You can now write a character on the left or right borders of a window.
  27.