Searched refs:ODS_GRAYED (Results 1 – 3 of 3) sorted by relevance
1029 if (dis->itemState & (ODS_DISABLED|ODS_GRAYED)) in DrawItem()1076 if (dis->itemState & (ODS_DISABLED|ODS_GRAYED)) { in DrawItem()
1747 drawItem.itemState |= (lpitem->fState & MF_GRAYED)?ODS_GRAYED|ODS_DISABLED:0; in MENU_DrawBitmapItem()2286 if (lpitem->fState & MF_GRAYED) dis.itemState |= ODS_GRAYED | ODS_DISABLED; in MENU_DrawMenuItem()
2549 #define ODS_GRAYED 2 macro