Searched refs:insert_folder_style (Results 1 – 1 of 1) sorted by relevance
1814 int insert_folder_style; in OnInitMenuPopup() local1828 insert_folder_style = MF_BYPOSITION | MF_DISABLED | MF_GRAYED; in OnInitMenuPopup()1833 insert_folder_style = MF_BYPOSITION | MF_ENABLED; in OnInitMenuPopup()1838 insert_folder_style = MF_BYPOSITION | MF_DISABLED | MF_GRAYED; in OnInitMenuPopup()1849 pPopupMenu->EnableMenuItem(pos, insert_folder_style); in OnInitMenuPopup()