Searched refs:WC_STATICA (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | static.c | 59 …return CreateWindowA(WC_STATICA, "Test", WS_VISIBLE|WS_CHILD|style, 5, 5, 100, 100, hMainWnd, (HME… in create_static()
|
H A D | status.c | 735 g_hMainWnd = CreateWindowExA(0, WC_STATICA, "", WS_OVERLAPPEDWINDOW, in START_TEST()
|
H A D | combo.c | 518 …hMainWnd = CreateWindowA(WC_STATICA, "Test", WS_OVERLAPPEDWINDOW, 10, 10, 300, 300, NULL, NULL, NU… in init()
|
H A D | treeview.c | 1105 …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 D | listbox.c | 1503 g_label = CreateWindowA(WC_STATICA, "Contents of static control before DlgDirList.", in on_listbox_container_create()
|
/reactos/dll/win32/comctl32/ |
H A D | commctrl.c | 315 VERSION WC_STATICA, in unregister_versioned_classes()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 4684 #define WC_STATICA "Static" macro
|