Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DCommandBar.h36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); } in GetMenu() function
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp120 if (!AdjustWindowRect(&rc, GetWindowLong(m_window, GWL_STYLE), GetMenu(m_window) != NULL)) in setSize()
/external/libpng/contrib/visupng/
DVisualPng.c231 hMenu = GetMenu (hwnd); in WndProc()
241 hMenu = GetMenu (hwnd); in WndProc()
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c3100 #ifndef GetMenu in Menu_GetMenu()
3101 PyMac_PRECHECK(GetMenu); in Menu_GetMenu()
3106 _rv = GetMenu(resourceID); in Menu_GetMenu()