Home
last modified time | relevance | path

Searched refs:fuFlags (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32menu.c1226 UINT fuFlags; in add_menu_item() local
1234 fuFlags = MF_SEPARATOR; in add_menu_item()
1240 fuFlags = MF_STRING; in add_menu_item()
1242 fuFlags = MF_STRING | MF_GRAYED; in add_menu_item()
1310 fuFlags = MF_POPUP; in add_menu_item()
1325 fuFlags = MF_DISABLED; in add_menu_item()
1331 fuFlags |= MF_CHECKED; in add_menu_item()
1333 fuFlags |= MF_UNCHECKED; in add_menu_item()
1341 if (fuFlags & MF_OWNERDRAW) in add_menu_item()
1362 AppendMenu (menu, fuFlags, in add_menu_item()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dw32menu.c1228 UINT fuFlags; in add_menu_item() local
1236 fuFlags = MF_SEPARATOR; in add_menu_item()
1242 fuFlags = MF_STRING; in add_menu_item()
1244 fuFlags = MF_STRING | MF_GRAYED; in add_menu_item()
1312 fuFlags = MF_POPUP; in add_menu_item()
1327 fuFlags = MF_DISABLED; in add_menu_item()
1333 fuFlags |= MF_CHECKED; in add_menu_item()
1335 fuFlags |= MF_UNCHECKED; in add_menu_item()
1343 if (fuFlags & MF_OWNERDRAW) in add_menu_item()
1364 AppendMenu (menu, fuFlags, in add_menu_item()
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/win32/tests/
H A DCLIPBRD.SCM18 (windows-procedure (global-alloc (fuFlags uint) (cbBytes dword))
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/wnd/
H A Dwnd.c356 LRESULT WINAPI SendMessageTimeoutA(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, UINT fuFlags, in SendMessageTimeoutA() argument
362 LRESULT WINAPI SendMessageTimeoutW(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, UINT fuFlags, in SendMessageTimeoutW() argument
/dports/editors/lazarus/lazarus/components/lclextensions/
H A Ddelphicompat.pas81 …ndle; {%H-}uType:LongWord; {%H-}cxDesired, {%H-}cyDesired: LongInt; {%H-}fuFlags:LongWord):THandle; in CopyImage()
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/
H A Ddelphicompat.pas81 …ndle; {%H-}uType:LongWord; {%H-}cxDesired, {%H-}cyDesired: LongInt; {%H-}fuFlags:LongWord):THandle; in CopyImage()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/
H A Ddelphicompat.pas81 …ndle; {%H-}uType:LongWord; {%H-}cxDesired, {%H-}cyDesired: LongInt; {%H-}fuFlags:LongWord):THandle; in CopyImage()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/
H A Ddelphicompat.pas81 …ndle; {%H-}uType:LongWord; {%H-}cxDesired, {%H-}cyDesired: LongInt; {%H-}fuFlags:LongWord):THandle; in CopyImage()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dwnd.h498 UINT fuFlags, UINT uTimeout,
501 UINT fuFlags, UINT uTimeout,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/glad/include/glad/
H A Dwgl.h270 typedef BOOL (GLAD_API_PTR *PFNWGLSWAPLAYERBUFFERSPROC)(HDC hdc, UINT fuFlags);
/dports/benchmarks/glmark2/glmark2-2021.12/src/glad/include/glad/
H A Dwgl.h280 typedef BOOL (GLAD_API_PTR *PFNWGLSWAPLAYERBUFFERSPROC)(HDC hdc, UINT fuFlags);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc861 function SetWindowPos(hwnd, hwndInsertAfter: HWND; x, y, cx, cy: SmallInt; fuFlags: UINT): BOOL; ex…
1041 function InsertMenu(hmenu: HMENU; idItem, fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; exter…
1042 function AppendMenu(hmenu: HMENU; fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; external 'USE…
1043 function ModifyMenu(hmenu: HMENU; idItem, fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; exter…
1044 function RemoveMenu(hmenu: HMENU; idItem, fuFlags: UINT): BOOL; external 'USER';
1045 function DeleteMenu(hmenu: HMENU; idItem, fuFlags: UINT): BOOL; external 'USER';
1047 function ChangeMenu(hmenu: HMENU; uPosition: UINT; lpNewItem: LPCSTR; idNewItem, fuFlags: UINT): BO…
1058 function GetMenuState(hmenu: HMENU; idItem, fuFlags: UINT): UINT; external 'USER';
1060 function SetMenuItemBitmaps(hmenu: HMENU; idItem, fuFlags: UINT; hbmUnchecked, hbmChecked: HBITMAP)…
1063 function TrackPopupMenu(hmenu: HMENU; fuFlags: UINT; x, y, nReserved: SmallInt; hwnd: HWND; lprc: L…
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc861 function SetWindowPos(hwnd, hwndInsertAfter: HWND; x, y, cx, cy: SmallInt; fuFlags: UINT): BOOL; ex…
1041 function InsertMenu(hmenu: HMENU; idItem, fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; exter…
1042 function AppendMenu(hmenu: HMENU; fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; external 'USE…
1043 function ModifyMenu(hmenu: HMENU; idItem, fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; exter…
1044 function RemoveMenu(hmenu: HMENU; idItem, fuFlags: UINT): BOOL; external 'USER';
1045 function DeleteMenu(hmenu: HMENU; idItem, fuFlags: UINT): BOOL; external 'USER';
1047 function ChangeMenu(hmenu: HMENU; uPosition: UINT; lpNewItem: LPCSTR; idNewItem, fuFlags: UINT): BO…
1058 function GetMenuState(hmenu: HMENU; idItem, fuFlags: UINT): UINT; external 'USER';
1060 function SetMenuItemBitmaps(hmenu: HMENU; idItem, fuFlags: UINT; hbmUnchecked, hbmChecked: HBITMAP)…
1063 function TrackPopupMenu(hmenu: HMENU; fuFlags: UINT; x, y, nReserved: SmallInt; hwnd: HWND; lprc: L…
/dports/lang/fpc-source/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc861 function SetWindowPos(hwnd, hwndInsertAfter: HWND; x, y, cx, cy: SmallInt; fuFlags: UINT): BOOL; ex…
1041 function InsertMenu(hmenu: HMENU; idItem, fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; exter…
1042 function AppendMenu(hmenu: HMENU; fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; external 'USE…
1043 function ModifyMenu(hmenu: HMENU; idItem, fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; exter…
1044 function RemoveMenu(hmenu: HMENU; idItem, fuFlags: UINT): BOOL; external 'USER';
1045 function DeleteMenu(hmenu: HMENU; idItem, fuFlags: UINT): BOOL; external 'USER';
1047 function ChangeMenu(hmenu: HMENU; uPosition: UINT; lpNewItem: LPCSTR; idNewItem, fuFlags: UINT): BO…
1058 function GetMenuState(hmenu: HMENU; idItem, fuFlags: UINT): UINT; external 'USER';
1060 function SetMenuItemBitmaps(hmenu: HMENU; idItem, fuFlags: UINT; hbmUnchecked, hbmChecked: HBITMAP)…
1063 function TrackPopupMenu(hmenu: HMENU; fuFlags: UINT; x, y, nReserved: SmallInt; hwnd: HWND; lprc: L…
/dports/lang/fpc/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc861 function SetWindowPos(hwnd, hwndInsertAfter: HWND; x, y, cx, cy: SmallInt; fuFlags: UINT): BOOL; ex…
1041 function InsertMenu(hmenu: HMENU; idItem, fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; exter…
1042 function AppendMenu(hmenu: HMENU; fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; external 'USE…
1043 function ModifyMenu(hmenu: HMENU; idItem, fuFlags, idNewItem: UINT; lpNewItem: LPCSTR): BOOL; exter…
1044 function RemoveMenu(hmenu: HMENU; idItem, fuFlags: UINT): BOOL; external 'USER';
1045 function DeleteMenu(hmenu: HMENU; idItem, fuFlags: UINT): BOOL; external 'USER';
1047 function ChangeMenu(hmenu: HMENU; uPosition: UINT; lpNewItem: LPCSTR; idNewItem, fuFlags: UINT): BO…
1058 function GetMenuState(hmenu: HMENU; idItem, fuFlags: UINT): UINT; external 'USER';
1060 function SetMenuItemBitmaps(hmenu: HMENU; idItem, fuFlags: UINT; hbmUnchecked, hbmChecked: HBITMAP)…
1063 function TrackPopupMenu(hmenu: HMENU; fuFlags: UINT; x, y, nReserved: SmallInt; hwnd: HWND; lprc: L…
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/WGL/VERSION/
H A DWGL_1_0.py106 def wglSwapLayerBuffers(hdc,fuFlags):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/WGL/VERSION/
H A DWGL_1_0.py106 def wglSwapLayerBuffers(hdc,fuFlags):pass argument
/dports/editors/lazarus/lazarus/components/lclextensions/include/win32/
H A Ddelphicompat.inc51 cyDesired: LongInt; fuFlags: LongWord): THandle;
53 Result := Windows.CopyImage(hImage,uType,cxDesired,cyDesired,fuFlags);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/win32/
H A Ddelphicompat.inc51 cyDesired: LongInt; fuFlags: LongWord): THandle;
53 Result := Windows.CopyImage(hImage,uType,cxDesired,cyDesired,fuFlags);
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/include/win32/
H A Ddelphicompat.inc51 cyDesired: LongInt; fuFlags: LongWord): THandle;
53 Result := Windows.CopyImage(hImage,uType,cxDesired,cyDesired,fuFlags);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/win32/
H A Ddelphicompat.inc51 cyDesired: LongInt; fuFlags: LongWord): THandle;
53 Result := Windows.CopyImage(hImage,uType,cxDesired,cyDesired,fuFlags);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGL/
H A Dentry_points_wgl.cpp298 BOOL GL_APIENTRY wglSwapLayerBuffers(HDC hdc, UINT fuFlags) in wglSwapLayerBuffers() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGL/
H A Dentry_points_wgl.cpp298 BOOL GL_APIENTRY wglSwapLayerBuffers(HDC hdc, UINT fuFlags) in wglSwapLayerBuffers() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Doleidl.d73 DWORD fuFlags; variable
/dports/editors/lazarus/lazarus/components/lclextensions/include/generic/
H A Dstubs.inc8 function CopyImage(hImage:THANDLE; uType:LongWord; cxDesired, cyDesired: LongInt; fuFlags:LongWord)…

1234567891011