24 lines
477 B
C
24 lines
477 B
C
|
#ifndef _SMP_STYLEBOX_H
|
|||
|
#define _SMP_STYLEBOX_H
|
|||
|
|
|||
|
#include "window.h"
|
|||
|
|
|||
|
|
|||
|
#define SMP_BOXI_HILICHANGED 0x0001 //<2F><><EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD>
|
|||
|
|
|||
|
#define SMP_BOXI_CLICKED 0x0002 //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
|||
|
#define SMP_BOXI_SELECTED 0x0003 //ѡ<><D1A1>
|
|||
|
|
|||
|
#define SMP_BOXI_MOUSEMOVE 0x0004 //<2F><><EFBFBD><EFBFBD><EFBFBD>ƶ<EFBFBD>
|
|||
|
|
|||
|
/*<2A><><EFBFBD>ø<EFBFBD><C3B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*/
|
|||
|
int SMP_Box_GetHilightId(HWND hWnd);
|
|||
|
|
|||
|
/*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ*/
|
|||
|
VOID SMP_Stylewnd_SetItem(HWND hWnd, const DWORD* bmps, int size);
|
|||
|
|
|||
|
|
|||
|
LRESULT SMP_Box_WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
|
|||
|
|
|||
|
#endif
|