home *** CD-ROM | disk | FTP | other *** search
- /*
- ESDEFS.H -- header file for use with TOOLDEMO.C --
- demonstration program for Tool Bar control.
- Copyright ⌐ Eugene Sokolov 1992, (516)632-7892,
- esokolov@sbchm1.chem.sunysb.edu
-
- You can freely copy, change or redistribute this file as long
- as this notice remains intact.
- */
-
- #include "estools0.h"
-
- #define NAME1 10
-
- #define BMP1 11
- #define BMP2 12
- #define BMP3 13
- #define BMP4 14
- #define BMP5 15
-
- #define TBICON 19
- #define TOOLBAR 20
- #define TBMENU 21
-
- #define ID_CMD1 0x101
- #define ID_CMD2 0x102
- #define ID_CMD3 0x103
- #define ID_CMD4 0x104
- #define ID_CMD5 0x105
-
- void ES_TB_Toggle_Enable_Disable_Demo( HWND, int );
- void ES_TB_Toggle_Standard_2State_Demo( HWND, int );
- void ES_TB_Toggle_Standard_Auto2State_Demo( HWND, int );
- void ES_TB_Toggle_Popup_Child_Demo( HWND );
- void ES_TB_Toggle_Movable_Fixed_Demo( HWND );
- void ES_TB_Toggle_BorderStyle_Demo( HWND );
- void ES_TB_Set_Number_of_Controls_Demo( HWND, int );