Home
last modified time | relevance | path

Searched refs:CS_GLOBALCLASS (Results 1 – 25 of 51) sorted by relevance

123

/reactos/modules/rostests/winetests/comctl32/
H A Dmisc.c387 check_class(ANIMATE_CLASSA, 1, CS_DBLCLKS | CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
388 check_class(WC_COMBOBOXEXA, 1, CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
389 check_class(DATETIMEPICK_CLASSA, 1, CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
390 check_class(WC_HEADERA, 1, CS_DBLCLKS | CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
391 check_class(HOTKEY_CLASSA, 1, CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
393 check_class(WC_LISTVIEWA, 1, CS_DBLCLKS | CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
394 check_class(MONTHCAL_CLASSA, 1, CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
395 check_class(WC_NATIVEFONTCTLA, 1, CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
396 check_class(WC_PAGESCROLLERA, 1, CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
406 check_class(TRACKBAR_CLASSA, 1, CS_GLOBALCLASS, 0, FALSE); in test_comctl32_classes()
[all …]
/reactos/modules/rostests/apitests/user32/
H A DRegisterClassEx.c84 b = _RegisterClass(L"TestClass2", hmod, CS_GLOBALCLASS, DefWindowProcW); in TestGlobalClasses()
96 c = _RegisterClass(L"TestClass3", hmod, CS_GLOBALCLASS, DefWindowProcW); in TestGlobalClasses()
104 a = _RegisterClass(L"TestClass4", hmod, CS_GLOBALCLASS, DefWindowProcW); in TestGlobalClasses()
119 c = _RegisterClass(L"ComboBox", hmod, CS_GLOBALCLASS, DefWindowProcW); in TestGlobalClasses()
133 c = _RegisterClass(L"ScrollBar", hmod, CS_GLOBALCLASS, DefWindowProcW); in TestGlobalClasses()
148 a = _RegisterClass(L"TestClass5", (HMODULE)0xdead, CS_GLOBALCLASS, DefWindowProcW); in TestGlobalClasses()
201 b = _RegisterClass(L"Button", hmod, CS_GLOBALCLASS, DefWindowProcA); in TestVersionedClasses()
204 c = _RegisterClass(L"Button", hmod, CS_GLOBALCLASS, DefWindowProcA); in TestVersionedClasses()
219 a = _RegisterClass(L"VersionTestClass2", hmod, CS_GLOBALCLASS, DefWindowProcW); in TestVersionedClasses()
/reactos/modules/rostests/winetests/atl80/
H A Datl.c51 ok(wcex.style == (CS_GLOBALCLASS | CS_DBLCLKS), "wcex.style %08x\n", wcex.style); in test_ax_win()
57 ok(wcex.style == (CS_GLOBALCLASS | CS_DBLCLKS), "wcex.style %08x\n", wcex.style); in test_ax_win()
/reactos/dll/win32/riched32/
H A Drichedit.c49 wndClass.style = CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS; in RICHED32_Register()
/reactos/dll/win32/comctl32/
H A Dnativefont.c118 wndClass.style = CS_GLOBALCLASS; in NATIVEFONT_Register()
H A Dtheming.c150 class.style |= CS_GLOBALCLASS; in THEMING_Initialize()
H A Dflatsb.c272 wndClass.style = CS_GLOBALCLASS; in FLATSB_Register()
H A Dhotkey.c546 wndClass.style = CS_GLOBALCLASS; in HOTKEY_Register()
H A Dipaddress.c667 wndClass.style = CS_GLOBALCLASS | CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW; in IPADDRESS_Register()
H A Dstatic.c808 wndClass.style = CS_DBLCLKS | CS_PARENTDC | CS_GLOBALCLASS; in STATIC_Register()
H A Dprogress.c753 wndClass.style = CS_GLOBALCLASS | CS_VREDRAW | CS_HREDRAW; in PROGRESS_Register()
H A Danimate.c970 wndClass.style = CS_GLOBALCLASS | CS_DBLCLKS; in ANIMATE_Register()
H A Dupdown.c1182 wndClass.style = CS_GLOBALCLASS | CS_VREDRAW | CS_HREDRAW; in UPDOWN_Register()
/reactos/dll/shellext/stobject/
H A Dcsystray.h70 DECLARE_WND_CLASS_EX(_T("SystemTray_Main"), CS_GLOBALCLASS, COLOR_3DFACE)
/reactos/modules/rostests/winetests/atl/
H A Datl_ax.c129 ok(wcex.style == CS_GLOBALCLASS, "wcex.style %08x\n", wcex.style); in test_ax_win()
/reactos/base/applications/regedit/clb/
H A Dclb.c242 ClbWndClass.style = CS_GLOBALCLASS | CS_OWNDC; in DllMain()
/reactos/modules/rostests/winetests/user32/
H A Dclass.c99 cls.style = CS_HREDRAW | CS_VREDRAW | (global?CS_GLOBALCLASS:0); in ClassTest()
431 SetClassLongA( hwnd, GCL_STYLE, CS_GLOBALCLASS ); in test_instances()
531 cls.style |= CS_GLOBALCLASS; in test_instances()
541 cls.style |= CS_GLOBALCLASS; in test_instances()
587 cls.style |= CS_GLOBALCLASS; in test_instances()
598 cls.style &= ~CS_GLOBALCLASS; in test_instances()
/reactos/win32ss/user/user32/controls/
H A Dregcontrol.c87 WndClass.style = g_SysClasses[i].desc->style|CS_GLOBALCLASS; in RegisterSystemControls()
/reactos/win32ss/user/ntuser/
H A Dclass.c40 CS_GLOBALCLASS|CS_DBLCLKS,
96 CS_GLOBALCLASS,
1218 if (Class->style & CS_GLOBALCLASS) in IntCreateClass()
1541 if (lpwcx->style & CS_GLOBALCLASS) in UserRegisterClass()
2291 lpwcx->style &= ~CS_GLOBALCLASS; in UserGetClassInfo()
/reactos/win32ss/user/user32/misc/
H A Dimm.c1133 WndClass.style = CS_GLOBALCLASS; in RegisterIMEClass()
/reactos/modules/rostests/winetests/atl100/
H A Datl.c697 ok(wcex.style == (CS_GLOBALCLASS | CS_DBLCLKS), "wcex.style %08x\n", wcex.style); in test_ax_win()
/reactos/dll/ime/msctfime/
H A Dui.cpp1369 wcx.style = CS_IME | CS_GLOBALCLASS; in RegisterImeClass()
/reactos/dll/win32/msvfw32/
H A Dmciwnd.c82 wc.style = CS_VREDRAW | CS_HREDRAW | CS_DBLCLKS | CS_OWNDC | CS_GLOBALCLASS; in MCIWndRegisterClass()
/reactos/dll/win32/atl/
H A Datl_ax.c115 wcex.style = CS_GLOBALCLASS | (_ATL_VER > _ATL_VER_30 ? CS_DBLCLKS : 0); in AtlAxWinInit()
/reactos/dll/win32/riched20/
H A Deditor.c5258 wcW.style = CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS; in ME_RegisterEditorClass()
5284 wcA.style = CS_DBLCLKS | CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS; in ME_RegisterEditorClass()
5338 wcW.style = CS_PARENTDC | CS_DBLCLKS | CS_GLOBALCLASS; in REExtendedRegisterClass()
5346 wcW.style = CS_PARENTDC | CS_DBLCLKS | CS_GLOBALCLASS | CS_VREDRAW | CS_HREDRAW; in REExtendedRegisterClass()

123