Home
last modified time | relevance | path

Searched defs:WS_CAPTION (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DWinBase.sml30 val WS_CAPTION : flags value
76 … val WS_CAPTION: flags = 0wx00C00000 (* WS_BORDER | WS_DLGFRAME *) value
H A DEdit.sml30 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
H A DListbox.sml28 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
H A DCombobox.sml28 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
H A DStatic.sml28 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
H A DScrollbar.sml30 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
H A DButton.sml28 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
H A DDialog.sml42 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
H A DCommonControls.sml30 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
H A DWindow.sml30 and WS_CLIPCHILDREN:flags and WS_MAXIMIZE:flags and WS_CAPTION:flags value
/dports/devel/jwasm/JWasm-f0a2fdd/Samples/
H A DWin16_1.asm44 WS_CAPTION EQU 000C00000h define
H A DWin32_8e.asm42 WS_CAPTION EQU 00C00000h define
H A DWin32_8.asm39 WS_CAPTION EQU 00C00000h define
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dwindow.h83 #define WS_CAPTION 0x00C00000 macro
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/Docking/Win32/
H A DEnums.cs55 WS_CAPTION = 0x00C00000, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DTestHelper.cs316 WS_CAPTION = 0x00C00000, enumerator
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/Wasabi/bfc/platform/
H A Dplatform.h349 #define WS_CAPTION 0x00C00000L macro
/dports/security/zeronet/ZeroNet-0.7.1/plugins/Trayicon/lib/
H A Dnotificationicon.py202 WS_CAPTION = 0x00C00000 variable
/dports/graphics/cfdg/cfdg-3.3_1/src-net/FileDlgExtenders/
H A DEnums.cs263 WS_CAPTION = 0x00C00000, enumerator
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Dwindres.h330 #define WS_CAPTION (0xc00000L) macro
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dconst.rkt302 (define WS_CAPTION #x00C00000) function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dwindres.h329 #define WS_CAPTION (0xc00000L) macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dwindres.h329 #define WS_CAPTION (0xc00000L) macro
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Dwindres.h330 #define WS_CAPTION (0xc00000L) macro
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DWinUser.java196 int WS_CAPTION = 0xc00000; field

12345678910