home *** CD-ROM | disk | FTP | other *** search
- #ifndef CBUTTON_H
- #define CBUTTON_H
- /* Defines for Set/GetHandle messages */
- #define CBTN_ICON 0
- #define CBTN_BITMAP 0x8000
- /* Styles */
- #define CBTN_NOFOCUS 2
- #define CBTN_NOFOCUSBORDER 4
- #define CBTN_LATCH 8
- #define CBTN_NOAUTOSIZE 16
- #define CBTN_CAPTION 32
- #define CBTN_DEF 64
-
- /* Unimplmented as of yet */
- #define CLB_SETHANDLE (WM_USER+110)
- #define CLB_GETHANDLE (WM_USER+111)
-
- #endif
-