Searched refs:cimlDef (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | toolbar.c | 150 INT cimlDef; /* default image list array count */ member 246 #define GETDEFIMAGELIST(infoPtr, id) TOOLBAR_GetImageList(infoPtr->himlDef, infoPtr->cimlDef, id) 1291 for (i = 0; i < infoPtr->cimlDef; i++) in TOOLBAR_Refresh() 2978 TOOLBAR_InsertImageList(&infoPtr->himlDef, &infoPtr->cimlDef, himlNew, 0); in TOOLBAR_CheckImageListIconSize() 3072 if (!infoPtr->cimlDef) { in TOOLBAR_AddBitmap() 3078 TOOLBAR_InsertImageList(&infoPtr->himlDef, &infoPtr->cimlDef, himlDef, 0); in TOOLBAR_AddBitmap() 4951 &infoPtr->cimlDef, himl, id); in TOOLBAR_SetImageList() 4954 for (i = 0; i < infoPtr->cimlDef; i++) in TOOLBAR_SetImageList() 5492 return max(infoPtr->cimlDef, max(infoPtr->cimlHot, infoPtr->cimlDis)); in TOOLBAR_GetImageListCount() 5616 TOOLBAR_DeleteImageList(&infoPtr->himlDef, &infoPtr->cimlDef); in TOOLBAR_Destroy()
|