Home | History | Annotate | Download | only in include

Lines Matching refs:TCM_INSERTITEM

3778 #define TCM_INSERTITEM __MINGW_NAME_AW(TCM_INSERTITEM)
3780 #define TabCtrl_InsertItem(hwnd,iItem,pitem) (int)SNDMSG((hwnd),TCM_INSERTITEM,(WPARAM)(int)(iItem),(LPARAM)(const TC_ITEM *)(pitem))