Home
last modified time | relevance | path

Searched refs:button (Results 1 – 25 of 157) sorted by relevance

1234567

/reactos/drivers/bus/acpi/busmgr/
H A Dbutton.c73 if (!button || !button->device) in acpi_button_notify()
78 acpi_bus_generate_event(button->device, event, ++button->pushed); in acpi_button_notify()
98 if (!button) in acpi_button_notify_fixed()
101 acpi_button_notify(button->handle, ACPI_BUTTON_NOTIFY_STATUS, button); in acpi_button_notify_fixed()
121 if (!button) in acpi_button_add()
178 switch (button->type) { in acpi_button_add()
212 button); in acpi_button_add()
218 button); in acpi_button_add()
224 button); in acpi_button_add()
228 button->handle, in acpi_button_add()
[all …]
/reactos/modules/rostests/winetests/comctl32/
H A Dbutton.c166 DWORD button; member
274 button, wParam, bcd->hdr.idFrom); in test_parent_wndproc()
657 } button[] = { in test_button_messages() local
760 test_cd.button = button[i].style; in test_button_messages()
770 ok(style == button[i].style, "expected style %x got %x\n", button[i].style, style); in test_button_messages()
821 ok(style == button[i].style, "expected style %04x got %04x\n", button[i].style, style); in test_button_messages()
841 ok(style == button[i].style, "expected style %04x got %04x\n", button[i].style, style); in test_button_messages()
857 ok(style == button[i].style, "expected style %04x got %04x\n", button[i].style, style); in test_button_messages()
885 ok(style == button[i].style, "expected style %04x got %04x\n", button[i].style, style); in test_button_messages()
918 ok(style == button[i].style, "expected style %04x got %04x\n", button[i].style, style); in test_button_messages()
[all …]
H A Dtoolbar.c777 TBBUTTON button; in test_add_string() local
822 ZeroMemory(&button, sizeof(button)); in test_add_string()
1359 TBBUTTON button; in test_sizes() local
1376 ok(button.fsState == (TBSTATE_WRAP|TBSTATE_ENABLED), "got %08x\n", button.fsState); in test_sizes()
1381 ok(button.fsState == TBSTATE_ENABLED, "got %08x\n", button.fsState); in test_sizes()
1391 ok(button.fsState == (TBSTATE_WRAP|TBSTATE_ENABLED), "got %08x\n", button.fsState); in test_sizes()
1394 ok(button.fsState == TBSTATE_ENABLED, "got %08x\n", button.fsState); in test_sizes()
2320 button.idCommand = 10 + i; in test_noresize()
2334 ok(button.fsState == TBSTATE_ENABLED, "%d: got %08x\n", i, button.fsState); in test_noresize()
2345 ok(button.fsState == TBSTATE_ENABLED, "%d: got %08x\n", i, button.fsState); in test_noresize()
[all …]
H A Dpropsheet.c477 HWND button; in test_buttons() local
505 button = GetDlgItem(hdlg, IDOK); in test_buttons()
506 GetWindowRect(button, &rc); in test_buttons()
511 button = GetDlgItem(hdlg, IDCANCEL); in test_buttons()
512 GetWindowRect(button, &rc); in test_buttons()
520 button = GetDlgItem(hdlg, IDC_APPLY_BUTTON); in test_buttons()
521 GetWindowRect(button, &rc); in test_buttons()
529 button = GetDlgItem(hdlg, IDHELP); in test_buttons()
530 GetWindowRect(button, &rc); in test_buttons()
/reactos/dll/win32/oleacc/lang/
H A Doleacc_Pt.rc71 ROLE_SYSTEM_PUSHBUTTON "push button"
72 ROLE_SYSTEM_CHECKBUTTON "check button"
73 ROLE_SYSTEM_RADIOBUTTON "radio button"
85 ROLE_SYSTEM_BUTTONMENU "menu button"
90 ROLE_SYSTEM_SPLITBUTTON "split button"
92 ROLE_SYSTEM_OUTLINEBUTTON "outline button"
175 ROLE_SYSTEM_PUSHBUTTON "push button"
176 ROLE_SYSTEM_CHECKBUTTON "check button"
177 ROLE_SYSTEM_RADIOBUTTON "radio button"
189 ROLE_SYSTEM_BUTTONMENU "menu button"
[all …]
H A Doleacc_En.rc68 ROLE_SYSTEM_PUSHBUTTON "push button"
69 ROLE_SYSTEM_CHECKBUTTON "check button"
70 ROLE_SYSTEM_RADIOBUTTON "radio button"
81 ROLE_SYSTEM_BUTTONDROPDOWN "drop down button"
82 ROLE_SYSTEM_BUTTONMENU "menu button"
83 ROLE_SYSTEM_BUTTONDROPDOWNGRID "grid drop down button"
87 ROLE_SYSTEM_SPLITBUTTON "split button"
89 ROLE_SYSTEM_OUTLINEBUTTON "outline button"
H A Doleacc_He.rc83 ROLE_SYSTEM_BUTTONDROPDOWN "drop down button"
84 ROLE_SYSTEM_BUTTONMENU "menu button"
85 ROLE_SYSTEM_BUTTONDROPDOWNGRID "grid drop down button"
89 ROLE_SYSTEM_SPLITBUTTON "split button"
91 ROLE_SYSTEM_OUTLINEBUTTON "outline button"
/reactos/drivers/input/sermouse/
H A Dsermouse.txt27 LB is the state of the left button (1 means pressed down)
28 RB is the state of the right button (1 means pressed down)
41 only two buttons, but logitech as added third button to some of their
45 what I have found out: The information of the third button state is sent
47 Value 32 (dec) is sent every time when the center button is pressed down.
48 It is also sent every time with the data packet when center button is kept
50 button is released, the mouse sends the normal data packet followed by
52 is sent only when you mess with the center button.
68 LB is left button state (0 = pressed, 1 = released)
69 CB is center button state (0 = pressed, 1 = released)
[all …]
/reactos/base/applications/winhlp32/
H A Dmacro.c85 if (!button) return; in MACRO_CreateButton()
87 button->next = 0; in MACRO_CreateButton()
88 button->hWnd = 0; in MACRO_CreateButton()
93 button->lpszID = ptr; in MACRO_CreateButton()
97 button->lpszName = ptr; in MACRO_CreateButton()
101 button->lpszMacro = ptr; in MACRO_CreateButton()
105 button->wParam = max(button->wParam, (*b)->wParam + 1); in MACRO_CreateButton()
106 *b = button; in MACRO_CreateButton()
243 if (!button) return; in MACRO_ChangeButtonBinding()
252 button->lpszID = ptr; in MACRO_ChangeButtonBinding()
[all …]
H A Dwinhelp.c1030 WINHELP_BUTTON *button; in WINHELP_ButtonBoxWndProc() local
1045 for (button = win->first_button; button; button = button->next) in WINHELP_ButtonBoxWndProc()
1049 if (!button->hWnd) in WINHELP_ButtonBoxWndProc()
1051 button->hWnd = CreateWindowA(STRING_BUTTON, button->lpszName, in WINHELP_ButtonBoxWndProc()
1056 if (button->hWnd) in WINHELP_ButtonBoxWndProc()
1073 hDc = GetDC(button->hWnd); in WINHELP_ButtonBoxWndProc()
1074 GetTextExtentPointA(hDc, button->lpszName, strlen(button->lpszName), &textsize); in WINHELP_ButtonBoxWndProc()
1083 for (button = win->first_button; button; button = button->next) in WINHELP_ButtonBoxWndProc()
1325 WINHELP_BUTTON *button; in WINHELP_MainWndProc() local
1404 for (button = win->first_button; button; button = button->next) in WINHELP_MainWndProc()
[all …]
/reactos/modules/rostests/winetests/wshom/
H A Dwshom.c643 int button; in test_popup() local
651 button = 123; in test_popup()
654 hr = IWshShell_Popup(sh, NULL, NULL, NULL, NULL, &button); in test_popup()
656 ok(button == 123, "Unexpected button id %d.\n", button); in test_popup()
658 hr = IWshShell_Popup(sh, text, NULL, NULL, NULL, &button); in test_popup()
660 ok(button == 123, "Unexpected button id %d.\n", button); in test_popup()
674 hr = IWshShell_Popup(sh, text, &timeout, &optional, &type, &button); in test_popup()
676 ok(button == -1, "Unexpected button id %d.\n", button); in test_popup()
678 hr = IWshShell_Popup(sh, text, &timeout, &title, &optional, &button); in test_popup()
680 ok(button == -1, "Unexpected button id %d.\n", button); in test_popup()
/reactos/dll/cpl/main/lang/
H A Dhe-IL.rc47 …LTEXT "&Adjust how long you need to hold down a mouse or trackball button before your click is loc…
59 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
69 …rag without holding down the mouse button. To set, briefly press the mouse button. To release, cli…
113 CHECKBOX "A&utomatically move pointer to the default button in a dialog box",
H A Den-US.rc45 …LTEXT "&Adjust how long you need to hold down a mouse or trackball button before your click is loc…
57 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
67 …rag without holding down the mouse button. To set, briefly press the mouse button. To release, cli…
111 CHECKBOX "A&utomatically move pointer to the default button in a dialog box",
H A Dsk-SK.rc50 …LTEXT "&Adjust how long you need to hold down a mouse or trackball button before your click is loc…
62 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
72 …rag without holding down the mouse button. To set, briefly press the mouse button. To release, cli…
116 CHECKBOX "A&utomatically move pointer to the default button in a dialog box",
/reactos/base/applications/calc/
H A Dhelp.txt42 This button removes an incorrect number from the output display. All pending operations are preserv…
59 The exponential input mode is activated by the [Exp] button.
60 After the mantissa has been typed, by pressing this button you will be able to enter the exponent.
76 The error condition is cleared using the [ C ] button.
175 The function is called by pressing the [PI] button.
192 By pressing the [STA] button, the statistical window is enabled.
241 With [dms] button you can convert decimal degrees into degree-minute-second format and vice-versa.
243 The [dms] button will convert decimal angles to degree-minute-second angles.
249 Fixed scientific notation will be turned on by pressing [F-E] button.
251 …tor will be restored to normal mode by pressing [F-E] button again or by pressing the [ C ] button.
[all …]
H A Dwhatsnew.txt90 * Now the [+/-] button can change the sign of any number into the output display.
97 * [Exp] button won't work if the output display is zero (0e+100 is always zero).
112 * Fixed bug with BACK button.
113 * Fixed ":q" command from clipboard to the 'cancel' button.
118 * Fixed focus selection when switching from statistic window with RET button.
119 * EQUAL button will now reduce a number entered with exponential notation (if it's possible).
/reactos/dll/win32/comctl32/
H A Dtaskdialog.c307 HWND button, radio_button; in taskdialog_on_button_click() local
335 …if (!button) button = taskdialog_find_button(dialog_info->buttons, dialog_info->button_count, comm… in taskdialog_on_button_click()
336 if (!button && command_id == IDOK) in taskdialog_on_button_click()
339 command_id = GetWindowLongW(button, GWLP_ID); in taskdialog_on_button_click()
342 if (button && taskdialog_notify(dialog_info, TDN_BUTTON_CLICKED, command_id, 0) == S_OK) in taskdialog_on_button_click()
748 SendMessageW(*button, WM_SETFONT, (WPARAM)dialog_info->font, 0); in taskdialog_add_button()
1373 HRESULT WINAPI TaskDialogIndirect(const TASKDIALOGCONFIG *taskconfig, int *button, in TaskDialogIndirect() argument
1380 TRACE("%p, %p, %p, %p\n", taskconfig, button, radio_button, verification_flag_checked); in TaskDialogIndirect()
1392 if (button) *button = ret; in TaskDialogIndirect()
1408 debugstr_w(content), common_buttons, debugstr_w(icon), button); in TaskDialog()
[all …]
/reactos/dll/directx/wine/dinput/
H A Djoystick.c1045 int button; in setup_dinput_options() local
1057 for (button = 0; button < MAX_MAP_BUTTONS; button++) in setup_dinput_options()
1058 This->button_map[button] = button; in setup_dinput_options()
1063 int button = 0; in setup_dinput_options() local
1068 token != NULL && button < MAX_MAP_BUTTONS; in setup_dinput_options()
1069 token = strtok(NULL, delim), button++) in setup_dinput_options()
1079 TRACE("mapping physical button %d to DInput button %d", value, button); in setup_dinput_options()
1080 This->button_map[value] = button; in setup_dinput_options()
/reactos/modules/rostests/tests/wclickat/
H A Dwclickat.c477 int button; in parse_arguments() local
479 int r=sscanf(arg, "button%d%c", &button, &extra); in parse_arguments()
490 else if (button<1 || button>3) in parse_arguments()
498 g_action=button+ACTION_LCLICK-1; in parse_arguments()
/reactos/base/applications/mspaint/
H A Dtoolbox.cpp26 TBBUTTON button; in ToolBarWndProc() local
27 if (::SendMessageW(hwnd, TB_GETBUTTON, index, (LPARAM)&button)) in ToolBarWndProc()
28 ::PostMessageW(::GetParent(hwnd), WM_COMMAND, button.idCommand, 0); in ToolBarWndProc()
/reactos/modules/rostests/winetests/user32/
H A Dwin.c3305 check_wnd_state(button, button, button, button); in button_hook_proc()
3311 check_wnd_state(button, button, button, button); in button_hook_proc()
3315 check_wnd_state(button, button, button, button); in button_hook_proc()
3323 check_wnd_state(button, button, button, button); in button_hook_proc()
3329 check_wnd_state(button, button, button, 0); in button_hook_proc()
3364 check_wnd_state(button, 0, button, button); in test_capture_1()
3389 check_wnd_state(button, button, button, button); in test_capture_2()
3395 check_wnd_state(button, button, button, button); in test_capture_2()
3401 check_wnd_state(button, button, button, button); in test_capture_2()
3405 check_wnd_state(button, button, button, button); in test_capture_2()
[all …]
/reactos/base/applications/wordpad/
H A Dwordpad.c157 TBBUTTON button; in AddButton() local
159 ZeroMemory(&button, sizeof(button)); in AddButton()
164 button.dwData = 0; in AddButton()
165 button.iString = -1; in AddButton()
171 TBBUTTON button; in AddSeparator() local
173 ZeroMemory(&button, sizeof(button)); in AddSeparator()
174 button.iBitmap = -1; in AddSeparator()
175 button.idCommand = 0; in AddSeparator()
176 button.fsState = 0; in AddSeparator()
178 button.dwData = 0; in AddSeparator()
[all …]
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Drdesktop-core-tester.cpp198 uint16 button; in mstsc_mousewheel() local
201 button = MOUSE_FLAG_BUTTON5; in mstsc_mousewheel()
203 button = MOUSE_FLAG_BUTTON4; in mstsc_mousewheel()
209 …rdp_send_input(This, GetTickCount(), RDP_INPUT_MOUSE, button | MOUSE_FLAG_DOWN, LOWORD(lparam), HI… in mstsc_mousewheel()
/reactos/media/themes/Modern/modern.msstyles/textfiles/Light/
H A DRegularLight.INI80 [button]
82 ;Normal button
90 ImageFile = Light\button.bmp
210 ; down pointing triangle button
1546 ; close button in window titlebar
1574 ; Help button in window titlebar
1601 ; Maximize button in window titlebar
1643 ; Close button for maximized MDI windows
1660 ; Minimize button for maximized MDI windows
1678 ; Restore button for maximized MDI windows
[all …]
/reactos/media/themes/Modern/modern.msstyles/textfiles/Dark/
H A DExtraLargeDark.INI80 [button]
82 ;Normal button
90 ImageFile = Dark\button.bmp
210 ; down pointing triangle button
1546 ; close button in window titlebar
1574 ; Help button in window titlebar
1601 ; Maximize button in window titlebar
1643 ; Close button for maximized MDI windows
1660 ; Minimize button for maximized MDI windows
1678 ; Restore button for maximized MDI windows
[all …]

1234567