Searched refs:GetMenu (Results 1 – 4 of 4) sorted by relevance
36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); } in GetMenu() function
120 if (!AdjustWindowRect(&rc, GetWindowLong(m_window, GWL_STYLE), GetMenu(m_window) != NULL)) in setSize()
231 hMenu = GetMenu (hwnd); in WndProc()241 hMenu = GetMenu (hwnd); in WndProc()
3100 #ifndef GetMenu in Menu_GetMenu()3101 PyMac_PRECHECK(GetMenu); in Menu_GetMenu()3106 _rv = GetMenu(resourceID); in Menu_GetMenu()