Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comctl32/
H A Dbutton.c1899 static const char *button_text = "WWWW"; in test_bcm_get_ideal_size() local
1942 …hwnd = CreateWindowA(WC_BUTTONA, button_text, BS_PUSHBUTTON | default_style, 0, 0, client_width, c… in test_bcm_get_ideal_size()
1960 DrawTextA(hdc, button_text, -1, &rect, DT_CALCRECT); in test_bcm_get_ideal_size()
2001 …hwnd = CreateWindowA(WC_BUTTONA, button_text, pushtype[k].style | BS_BITMAP | default_style, 0, 0,… in test_bcm_get_ideal_size()
2048 …hwnd = CreateWindowA(WC_BUTTONA, button_text, pushtype[k].style | default_style, 0, 0, client_widt… in test_bcm_get_ideal_size()
2082 …hwnd = CreateWindowA(WC_BUTTONA, button_text, pushtype[k].style | BS_ICON | default_style, 0, 0, c… in test_bcm_get_ideal_size()
2099 …hwnd = CreateWindowA(WC_BUTTONA, button_text, pushtype[k].style | default_style, 0, 0, client_widt… in test_bcm_get_ideal_size()
2120 …hwnd = CreateWindowA(WC_BUTTONA, button_text, BS_AUTOCHECKBOX | default_style, 0, 0, client_width,… in test_bcm_get_ideal_size()
2136 …hwnd = CreateWindowA(WC_BUTTONA, button_text, BS_AUTOCHECKBOX | BS_BITMAP | default_style, 0, 0, c… in test_bcm_get_ideal_size()
2150 …hwnd = CreateWindowA(WC_BUTTONA, button_text, BS_AUTOCHECKBOX | BS_BITMAP | default_style, 0, 0, c… in test_bcm_get_ideal_size()
[all …]