www.pudn.com > inet_stock.zip > TOOLBAR.H


BOOL RegisterToolBar(void);
HWND CreateToolBar(HWND);
int PushStop(void);
int PushPlay(void);
extern int TOOLBAR_HEIGHT;

#define WM_DRAWBUTTON	WM_USER+1
#define BUTTON_WIDTH	22
#define BUTTON_HEIGHT	22
#define STATE_MOUSEDOWN	1
#define STATE_MOUSEOUT	2
#define STATE_NCMOUSEDOWN 4

#define BTN_PLAY	0
#define BTN_PAUSE	1
#define BTN_STOP	2
#define BTN_NEXT	3
#define BTN_PREV	4
#define BTN_RECORD	5
#define BTN_SELE_3	6
#define BTN_SELE_4	7
#define BTN_SELE_5	8
#define BTN_FX		9
#define BTN_NEWS	10
#define BTN_HELP	11
#define BTN_SZDP    12
#define BTN_SHDP    13
#define BTN_GGXX    14
#define BTN_EXIT    15