Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/include/
Dwfext.h91 HMENU hMenu; member
98 HMENU hMenu; member
122 HMENU hMenu; member
128 HMENU hMenu; member
Dsmx.h28 HMENU hMenu; member
37 HMENU hMenu; member
Dumx.h34 HMENU hMenu; member
42 HMENU hMenu; member
Dwinuser.h1771 HMENU hMenu; member
1786 HMENU hMenu; member
2137 …me,DWORD dwStyle,int X,int Y,int nWidth,int nHeight,HWND hWndParent,HMENU hMenu,HINSTANCE hInstanc…
2138 …me,DWORD dwStyle,int X,int Y,int nWidth,int nHeight,HWND hWndParent,HMENU hMenu,HINSTANCE hInstanc…
2140 …eight,hWndParent,hMenu,hInstance,lpParam) CreateWindowExA((DWORD)0,lpClassName,lpWindowName,dwStyl… argument
2141 …eight,hWndParent,hMenu,hInstance,lpParam) CreateWindowExW((DWORD)0,lpClassName,lpWindowName,dwStyl… argument
2144 WINUSERAPI WINBOOL WINAPI IsMenu(HMENU hMenu);
3122 WINUSERAPI WINBOOL WINAPI SetMenu(HWND hWnd,HMENU hMenu);
3123 …WINUSERAPI WINBOOL WINAPI ChangeMenuA(HMENU hMenu,UINT cmd,LPCSTR lpszNewItem,UINT cmdInsert,UINT …
3124 …WINUSERAPI WINBOOL WINAPI ChangeMenuW(HMENU hMenu,UINT cmd,LPCWSTR lpszNewItem,UINT cmdInsert,UINT…
[all …]
Doledlg.h230 …STDAPI_(WINBOOL) OleUIAddVerbMenuW(LPOLEOBJECT lpOleObj,LPCWSTR lpszShortType,HMENU hMenu,UINT uPo…
231 …STDAPI_(WINBOOL) OleUIAddVerbMenuA(LPOLEOBJECT lpOleObj,LPCSTR lpszShortType,HMENU hMenu,UINT uPos…
Dwindowsx.h288 #define FORWARD_WM_INITMENU(hwnd,hMenu,fn) (void)(fn)((hwnd),WM_INITMENU,(WPARAM)(HMENU)(hMenu),(LP… argument
291 …fine FORWARD_WM_INITMENUPOPUP(hwnd,hMenu,item,fSystemMenu,fn) (void)(fn)((hwnd),WM_INITMENUPOPUP,(… argument
Dwindowsx.h16322 #define FORWARD_WM_INITMENU(hwnd,hMenu,fn) (void)(fn)((hwnd),WM_INITMENU,(WPARAM)(HMENU)(hMenu),0L)
325 …fine FORWARD_WM_INITMENUPOPUP(hwnd,hMenu,item,fSystemMenu,fn) (void)(fn)((hwnd),WM_INITMENUPOPUP,(…
Dshlwapi.h891 LWSTDAPI_(int) GetMenuPosFromId(HMENU hMenu, UINT id);
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_9_012.cpp14 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)\ argument
16 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)
/third_party/libpng/contrib/visupng/
DVisualPng.c153 static HMENU hMenu; in WndProc() local
231 hMenu = GetMenu (hwnd); in WndProc()
234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED); in WndProc()
236 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED); in WndProc()
241 hMenu = GetMenu (hwnd); in WndProc()
384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED); in WndProc()
386 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED); in WndProc()
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c153 static HMENU hMenu; in WndProc() local
231 hMenu = GetMenu (hwnd); in WndProc()
234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED); in WndProc()
236 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED); in WndProc()
241 hMenu = GetMenu (hwnd); in WndProc()
384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED); in WndProc()
386 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED); in WndProc()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c153 static HMENU hMenu; in WndProc() local
231 hMenu = GetMenu (hwnd); in WndProc()
234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED); in WndProc()
236 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED); in WndProc()
241 hMenu = GetMenu (hwnd); in WndProc()
384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED); in WndProc()
386 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED); in WndProc()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc928 HMENU hMenu = ::GetMenu(hwnd_); in OnCreate() local
929 if (hMenu) { in OnCreate()
930 HMENU hTestMenu = ::GetSubMenu(hMenu, 2); in OnCreate()
/third_party/boost/libs/wave/
DChangeLog1148 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)\
1150 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)