Home
last modified time | relevance | path

Searched refs:insert_folder_style (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/guix_studio/
DMainFrm.cpp1814 int insert_folder_style; in OnInitMenuPopup() local
1828 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()