Home
last modified time | relevance | path

Searched refs:WC_STATICA (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dstatic.c59 …return CreateWindowA(WC_STATICA, "Test", WS_VISIBLE|WS_CHILD|style, 5, 5, 100, 100, hMainWnd, (HME… in create_static()
H A Dstatus.c735 g_hMainWnd = CreateWindowExA(0, WC_STATICA, "", WS_OVERLAPPEDWINDOW, in START_TEST()
H A Dcombo.c518 …hMainWnd = CreateWindowA(WC_STATICA, "Test", WS_OVERLAPPEDWINDOW, 10, 10, 300, 300, NULL, NULL, NU… in init()
H A Dtreeview.c1105 …hwnd = CreateWindowA(WC_STATICA, "Test", WS_VISIBLE|WS_CHILD, 5, 5, 100, 100, hMainWnd, NULL, NULL… in test_get_set_tooltips()
1153 …hwnd = CreateWindowA(WC_STATICA, "Test", WS_VISIBLE|WS_CHILD, 5, 5, 100, 100, hMainWnd, NULL, NULL… in test_get_set_tooltips()
H A Dlistbox.c1503 g_label = CreateWindowA(WC_STATICA, "Contents of static control before DlgDirList.", in on_listbox_container_create()
/reactos/dll/win32/comctl32/
H A Dcommctrl.c315 VERSION WC_STATICA, in unregister_versioned_classes()
/reactos/sdk/include/psdk/
H A Dcommctrl.h4684 #define WC_STATICA "Static" macro