Home | History | Annotate | Download | only in include

Lines Matching defs:TCM_DELETEITEM

3782 #define TCM_DELETEITEM (TCM_FIRST+8)
3783 #define TabCtrl_DeleteItem(hwnd,i) (WINBOOL)SNDMSG((hwnd),TCM_DELETEITEM,(WPARAM)(int)(i),(LPARAM)0)