home *** CD-ROM | disk | FTP | other *** search
- #ifndef CFBUTTON_H
- #define CFBUTTON_H
- /* Public definitions for CFbuttonclass */
-
- #define CFbuttonClassName "CFbuttonclass"
-
- #define CFBU_Dummy (TAG_USER + 0x3a000)
- #define CFBU_Textposflags (CFBU_Dummy + 0x0001)
- #define CFBU_Imageposflags (CFBU_Dummy + 0x0002)
- #define CFBU_Textrestraint (CFBU_Dummy + 0x0003)
-
-
-
- #define POS_CENTER 0
- #define POS_HORLEFT (1L<<0)
- #define POS_HORRIGHT (1L<<1)
- #define POS_VERTOP (1L<<2)
- #define POS_VERBOTTOM (1L<<3)
-
- #endif