Ignore:
Timestamp:
Aug 28, 1999, 7:18:50 PM (26 years ago)
Author:
dengert
Message:

some class style definitions added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r698 r727  
    1 /* $Id: winconst.h,v 1.3 1999-08-25 15:47:40 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.4 1999-08-28 17:18:50 dengert Exp $ */
    22
    33/*
     
    9999#define WS_EX_TRANSPARENT_W      0x00000020L
    100100
     101/* Class Styles
     102 */
     103 #define CS_VREDRAW_W           0x0001
     104 #define CS_HREDRAW_W           0x0002
     105 #define CS_KEYCVTWINDOW_W      0x0004
     106 #define CS_DBLCLKS_W           0x0008
     107 #define CS_OWNDC_W             0x0020
     108 #define CS_CLASSDC_W           0x0040
     109 #define CS_PARENTDC_W          0x0080
     110 #define CS_NOKEYCVT_W          0x0100
     111 #define CS_NOCLOSE_W           0x0200
     112 #define CS_SAVEBITS_W          0x0800
     113 #define CS_BYTEALIGNCLIENT_W   0x1000
     114 #define CS_BYTEALIGNWINDOW_W   0x2000
     115 #define CS_GLOBALCLASS_W       0x4000
    101116
    102117#define DUPLICATE_CLOSE_SOURCE          0x00000001
Note: See TracChangeset for help on using the changeset viewer.