Searched refs:WC_STATICW (Results 1 – 11 of 11) sorted by relevance
/reactos/base/applications/osk/ |
H A D | main.c | 302 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 D | static.c | 814 wndClass.lpszClassName = WC_STATICW; in STATIC_Register() 821 UnregisterClassW(WC_STATICW, NULL); in STATIC_Unregister()
|
H A D | taskdialog.c | 567 …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 D | propsheet.c | 3630 HWND hwndDummy = CreateWindowExW(0, WC_STATICW, NULL, 0, in PROPSHEET_DialogProc()
|
/reactos/dll/win32/oleacc/ |
H A D | main.c | 70 {WC_STATICW, 0x10003, NULL, NULL},
|
/reactos/dll/win32/uxtheme/ |
H A D | themehooks.c | 517 if (lstrcmpiW (controlClass, WC_STATICW) == 0) in ThemeDlgPostWindowProc()
|
/reactos/dll/win32/comdlg32/ |
H A D | itemdlg.c | 3898 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 D | print.c | 598 hStatic = CreateWindowW(WC_STATICW, NULL, in preview_bar_show()
|
H A D | wordpad.c | 1912 hRulerWnd = CreateWindowExW(0, WC_STATICW, NULL, WS_VISIBLE | WS_CHILD, in OnCreate()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | tooltips.c | 878 parent = CreateWindowExW(0, WC_STATICW, NULL, WS_CAPTION | WS_VISIBLE, in test_track()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 4685 #define WC_STATICW L"Static" macro
|