Searched refs:BUTTON_CLASS (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/tests/button/ |
H A D | buttontst.c | 4 static LPSTR BUTTON_CLASS = "BUTTON"; variable 20 CreateWindowEx(0, BUTTON_CLASS, "PushButton", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE, in WmCreate() 23 CreateWindowEx(0, BUTTON_CLASS, "DefPushButton", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE, in WmCreate() 26 CreateWindowEx(0, BUTTON_CLASS, "AutoRadioButton", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE, in WmCreate() 29 CreateWindowEx(0, BUTTON_CLASS, "AutoCheckBox", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE, in WmCreate()
|