20 lines
601 B
C
20 lines
601 B
C
//ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
|
|
//³ Exported Functions ³
|
|
//ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
|
|
|
|
BOOL CreateToolbarWnd (HWND hWnd) ;
|
|
|
|
void ToolbarEnableButton (HWND hWndTB,
|
|
int iButtonNum,
|
|
BOOL bEnable) ;
|
|
|
|
|
|
void ToolbarDepressButton (HWND hWndTB,
|
|
int iButtonNum,
|
|
BOOL bDepress) ;
|
|
|
|
void OnToolbarHit (WPARAM wParam,
|
|
LPARAM lParam) ;
|
|
|
|
|