Searched refs:GetSubMenuIndex (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | studiox_util.h | 112 INT GetSubMenuIndex(CMenu *pMenu, CString string); 113 INT GetSubMenuIndex(CMenu *pMenu, INT id);
|
| D | MainFrm.cpp | 1117 index = GetSubMenuIndex(GetMenu(), _T("&Project")); in OnCreate() 1866 int index = GetSubMenuIndex(GetMenu(), _T("&Project")); in OnInitMenuPopup() 1869 index = GetSubMenuIndex(GetMenu(), _T("&Configure")); in OnInitMenuPopup() 1933 int index = GetSubMenuIndex(p_menu, _T("&Configure")); in DisableMenus() 1954 int index = GetSubMenuIndex(p_menu, _T("&Configure")); in EnableMenus() 1969 int index = GetSubMenuIndex(menu, string); in DisableMenuItem() 1978 int index = GetSubMenuIndex(menu, string); in EnableMenuItem() 2154 int index = GetSubMenuIndex(GetMenu(), GetTestingParam(0)); in OnTestMessage()
|
| D | studiox_util.cpp | 1858 INT GetSubMenuIndex(CMenu *pMenu, CString string) in GetSubMenuIndex() function 1876 INT GetSubMenuIndex(CMenu *pMenu, INT id) in GetSubMenuIndex() function
|