home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk4 / mdi / arrange.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-20  |  390 b   |  14 lines

  1. /***************************************************************************\
  2. * arrange.h - public interface of a window rearrangement module.
  3. *
  4. * Created by Microsoft Corporation, 1989
  5. \***************************************************************************/
  6.  
  7.  
  8.  
  9. #define AWP_TILED     1
  10. #define AWP_CASCADED  2
  11.  
  12.  
  13. BOOL ArrangeWindowPositions(PRECTL, SHORT, PSWP, USHORT);
  14.