Home
last modified time | relevance | path

Searched refs:WC_STATICW (Results 1 – 11 of 11) sorted by relevance

/reactos/base/applications/osk/
H A Dmain.c302 CreateWindowW(WC_STATICW, L"", WS_VISIBLE | WS_CHILD | SS_CENTER | SS_NOTIFY, in OSK_SetKeys()
308 CreateWindowW(WC_STATICW, L"", WS_VISIBLE | WS_CHILD | SS_CENTER | SS_NOTIFY, in OSK_SetKeys()
314 CreateWindowW(WC_STATICW, L"", WS_VISIBLE | WS_CHILD | SS_CENTER | SS_NOTIFY, in OSK_SetKeys()
/reactos/dll/win32/comctl32/
H A Dstatic.c814 wndClass.lpszClassName = WC_STATICW; in STATIC_Register()
821 UnregisterClassW(WC_STATICW, NULL); in STATIC_Unregister()
H A Dtaskdialog.c567 …CreateWindowW(WC_STATICW, NULL, WS_CHILD | WS_VISIBLE | SS_ICON, 0, 0, 0, 0, dialog_info->hwnd, NU… in taskdialog_add_main_icon()
580 class = syslink ? WC_LINK : WC_STATICW; in taskdialog_create_label()
796 …CreateWindowW(WC_STATICW, NULL, WS_CHILD | WS_VISIBLE | SS_ICON, 0, 0, 0, 0, dialog_info->hwnd, NU… in taskdialog_add_footer_icon()
H A Dpropsheet.c3630 HWND hwndDummy = CreateWindowExW(0, WC_STATICW, NULL, 0, in PROPSHEET_DialogProc()
/reactos/dll/win32/oleacc/
H A Dmain.c70 {WC_STATICW, 0x10003, NULL, NULL},
/reactos/dll/win32/uxtheme/
H A Dthemehooks.c517 if (lstrcmpiW (controlClass, WC_STATICW) == 0) in ThemeDlgPostWindowProc()
/reactos/dll/win32/comdlg32/
H A Ditemdlg.c3898 hr = cctrl_create_new(This, dwIDCtl, NULL, WC_STATICW, SS_ETCHEDHORZ, 0, in IFileDialogCustomize_fnAddSeparator()
3915 hr = cctrl_create_new(This, dwIDCtl, pszText, WC_STATICW, 0, 0, in IFileDialogCustomize_fnAddText()
4528 hr = cctrl_create_new(This, dwIDCtl, pszLabel, WC_STATICW, 0, 0, in IFileDialogCustomize_fnStartVisualGroup()
/reactos/base/applications/wordpad/
H A Dprint.c598 hStatic = CreateWindowW(WC_STATICW, NULL, in preview_bar_show()
H A Dwordpad.c1912 hRulerWnd = CreateWindowExW(0, WC_STATICW, NULL, WS_VISIBLE | WS_CHILD, in OnCreate()
/reactos/modules/rostests/winetests/comctl32/
H A Dtooltips.c878 parent = CreateWindowExW(0, WC_STATICW, NULL, WS_CAPTION | WS_VISIBLE, in test_track()
/reactos/sdk/include/psdk/
H A Dcommctrl.h4685 #define WC_STATICW L"Static" macro