Home
last modified time | relevance | path

Searched +full:button +full:- (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/freebsd/contrib/bsddialog/lib/
H A Dtheme.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2021-2025 Alfonso Sabato Siciliano
93 .button.minmargin = 1,
94 .button.maxmargin = 5,
95 .button.leftdelim = '[',
96 .button.rightdelim = ']',
97 .button.f_delimcolor = WHITE,
98 .button.delimcolor = WHITE,
99 .button.f_color = BLACK,
[all …]
H A Dbsddialog.32 .\" Copyright (c) 2021-2025 Alfonso Sabato Siciliano
345 .Bd -literal -offset indent -compact
404 } button;
408 .Bl -column -compact
466 .Bl -column -compact
477 .Bl -column -compact
536 .Bl -column -compact
537 .It Fa conf.button.always_active
545 .It Fa conf.button.left1_label
546 add a button with the specified label.
[all …]
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.12 .\" Copyright (c) 2021-2025 Alfonso Sabato Siciliano
40 .Op Ar dialog-argument
46 .Oo Fl Fl and-dialog
62 .Fl Fl and-dialog
74 .Dv -1
81 .Bl -tag -width Ds
82 .It Fl Fl alternate-screen
92 .It Fl Fl ascii-lines
96 .It Fl Fl begin-x Ar x
98 .Dv -1
[all …]
H A Dutil_theme.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2022-2025 Alfonso Sabato Siciliano
114 {"\n# Menus: --checklist, --menu, --radiolist\n"
137 {"\n# Bar of --gauge, --mixedgauge, --pause, --rangebox\n",
142 "theme.button.minmargin", UINT, &t.button.minmargin},
143 {"", "theme.button.maxmargin", UINT, &t.button.maxmargin},
144 {"", "theme.button.leftdelim", CHAR, &t.button.leftdelim},
145 {"", "theme.button.rightdelim", CHAR, &t.button.rightdelim},
146 {"", "theme.button.f_delimcolor", COLOR, &t.button.f_delimcolor},
[all …]
H A Dutil_cli.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2021-2025 Alfonso Sabato Siciliano
152 {"alternate-screen", no_argument, NULL, ALTERNATE_SCREEN},
153 {"and-dialog", no_argument, NULL, AND_DIALOG},
154 {"and-widget", no_argument, NULL, AND_DIALOG},
155 {"ascii-lines", no_argument, NULL, ASCII_LINES},
157 {"begin-x", required_argument, NULL, BEGIN_X},
158 {"begin-y", required_argument, NULL, BEGIN_Y},
160 {"cancel-exit-code", required_argument, NULL, CANCEL_EXIT_CODE},
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_mouse.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
32 .TH curs_mouse 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
56 \fB\%mouseinterval\fP \-
67 \fB mmask_t bstate; \fI/* button state bits */
90 pseudo-key values in the \fB\%wgetch\fP(3X) input stream.
98 function such as \fB\%getstr\fP that expects a linefeed for input-loop
109 or if the terminal does not support mouse-events,
112 If \fIoldmask\fP is non-\fBNULL\fP,
118 Whether this happens is device-dependent.
[all …]
/freebsd/contrib/dialog/
H A Dbuttons.c4 * buttons.c -- draw buttons, e.g., OK/Cancel
6 * Copyright 2000-2020,2021 Thomas E. Dickey
31 #define MIN_BUTTON (-dialog_state.visit_cols)
42 int left = (longest - len) / 2; in center_label()
43 right = (longest - len - left); in center_label()
125 * Determine the hot-keys for a set of button-labels. Normally these are
127 * button has the same first-uppercase, then we will (attempt to) look for
152 if ((last - first) != 1) { in get_hotkeys()
174 * Print a button
205 if ((last - first) != 1) { in print_button()
[all …]
H A Dmsgbox.c4 * msgbox.c -- implements the message box and info box
6 * Copyright 2000-2019,2020 Thomas E. Dickey
31 * Display a message box. Program will pause and display an "OK" button
32 * if the parameter 'pauseopt' is non-zero.
38 /* *INDENT-OFF* */ in dialog_msgbox()
46 /* *INDENT-ON* */ in dialog_msgbox()
49 int button; in dialog_msgbox() local
72 button = dlg_default_button(); in dialog_msgbox()
97 page = height - (1 + 3 * MARGIN); in dialog_msgbox()
110 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_msgbox()
[all …]
H A Dyesno.c4 * yesno.c -- implements the yes/no box
6 * Copyright 1999-2019,2020 Thomas E. Dickey
31 * Display a dialog box with two buttons - Yes and No.
36 /* *INDENT-OFF* */ in dialog_yesno()
44 /* *INDENT-ON* */ in dialog_yesno()
48 int button = dlg_default_button(); in dialog_yesno() local
92 page = height - (1 + 3 * MARGIN); in dialog_yesno()
94 height - 2 * MARGIN, 0, in dialog_yesno()
95 buttons, button, FALSE, width); in dialog_yesno()
108 if (!dlg_button_key(result, &button, &key, &fkey)) in dialog_yesno()
[all …]
H A Dpause.c4 * pause.c -- implements the pause dialog
6 * Copyright 2004-2019,2020 Thomas E. Dickey
42 * OK button (status OK)
43 * CANCEL button (status CANCEL)
54 /* *INDENT-OFF* */ in dialog_pause()
61 /* *INDENT-ON* */ in dialog_pause()
69 int button = dlg_default_button(); in dialog_pause() local
109 MIN_HIGH + MARGIN - BTN_HIGH, in dialog_pause()
112 gauge_y = height - button_high - (1 + 2 * MARGIN); in dialog_pause()
140 2 + MARGIN, width - 2 * (2 + MARGIN), in dialog_pause()
[all …]
H A Ddialog.13 .\" Copyright 2005-2020,2021 Thomas E. Dickey
53 dialog \- display dialog boxes from shell scripts
55 \fB\*p \-\-clear\fP
57 .BI "\*p \-\-create\-rc " file
59 \fB\*p \-\-print\-maxsize\fP
62 \fIcommon-options\fP
63 \fIbox-options\fP
108 Use the "\fB\-\-and\-widget\fP" token to force \fB\*p\fP to proceed to the next
118 \*(``\fB\-\-output\-fd\fP\*('',
119 \*(``\fB\-\-stderr\fP\*('' and
[all …]
/freebsd/usr.sbin/moused/moused/
H A Dmoused.81 .\" SPDX-License-Identifier: BSD-4-Clause
80 reports translation movement, button press/release
111 .Bl -tag -width indent
113 Emulate the third (middle) button for 2-button mice.
117 Set double click speed as the maximum interval in msec between button clicks.
126 When the third button emulation is enabled
156 button down will cause motion to be interpreted as
187 button down will cause motion to be interpreted as scrolling.
269 .Bl -tag -compact -width modelxxx
305 Assign the physical button
[all …]
H A Dmoused.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1997-2000 Kazutaka YOKOTA <yokota@FreeBSD.org>
5 * Copyright (c) 2004-2008 Philip Paeps <philip@FreeBSD.org>
6 * Copyright (c) 2008 Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
90 /* Abort 3-button emulation delay after this many movement events. */
93 #define MOUSE_XAXIS (-1)
94 #define MOUSE_YAXIS (-2)
188 /* Default phisical to logical button mapping */
232 u_int taphold_timeout; /* Maximum elapsed time between two taps to consider a tap-hold action */
[all …]
/freebsd/share/man/man4/
H A Dcyapa.434 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
68 .Bd -literal
70 +--------------------+------------+
72 | | Button |
74 | Button +------------+
76 | | Button |
77 +--------------------+............|
78 | Thumb/Button Area | 15%
79 +---------------------------------+
[all …]
H A Dsysmouse.41 .\" Copyright 1997 John-Mark Gurney. All rights reserved.
12 .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND
72 .Bl -tag -width Byte_1 -compact
74 .Bl -tag -width bit_7 -compact
80 Left button status; cleared if pressed, otherwise set.
82 Middle button status; cleared if pressed, otherwise set.
84 if the device does not have the middle button.
86 Right button status; cleared if pressed, otherwise set.
90 \-128 through 127.
93 \-128 through 127.
[all …]
H A Dmouse.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
41 provide user programs with movement and button state information of the mouse.
54 Movement and button states are usually encoded in fixed-length data packets.
58 The mouse drivers may have ``non-blocking'' attribute which will make
74 .Bl -tag -width Byte_1 -compact
76 .Bl -tag -width bit_7 -compact
82 Left button status; cleared if pressed, otherwise set.
84 Middle button status; cleared if pressed, otherwise set.
86 if the device does not have the middle button.
88 Right button status; cleared if pressed, otherwise set.
[all …]
H A Dacpi_ibm.436 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
80 .Bl -tag -width "subsystem" -offset indent -compact
95 .Bl -tag -width "subsystem" -offset indent -compact
143 Access IBM Button
158 .Bl -tag -width indent
160 (read-only)
165 (read-only)
174 driver being loaded, only the Fn+F4 button generates an ACPI event.
186 .Bl -tag -width indent-two -compact
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dgpio-mouse.txt1 Device-Tree bindings for GPIO attached mice
4 to 5-7 GPIO lines.
7 - compatible: must be "gpio-mouse"
8 - scan-interval-ms: The scanning interval in milliseconds
9 - up-gpios: GPIO line phandle to the line indicating "up"
10 - down-gpios: GPIO line phandle to the line indicating "down"
11 - left-gpios: GPIO line phandle to the line indicating "left"
12 - right-gpios: GPIO line phandle to the line indicating "right"
15 - button-left-gpios: GPIO line handle to the left mouse button
16 - button-middle-gpios: GPIO line handle to the middle mouse button
[all …]
/freebsd/contrib/bsddialog/
H A DCHANGELOG1 2025-06-22 Version 1.0.5
4 * fix: "User-friendly documentation for alternate screen"
6 Improve bsddialog.1: --alternate-screen and --normal-screen.
9 * https://gitlab.com/alfix/bsddialog/-/merge_requests/4
11 * https://gitlab.com/alfix/bsddialog/-/merge_requests/5
15 https://gitlab.com/alfix/bsddialog/-/merge_requests/3
18 * https://gitlab.com/alfix/bsddialog/-/merge_requests/6
22 * fix: useless refreshes, https://gitlab.com/alfix/bsddialog/-/issues/8:
32 If conf.button.always_active is true the form is closes immediatly.
38 switched form-fields <-> buttons.
[all …]
/freebsd/sys/contrib/device-tree/src/mips/ingenic/
H A Dgcw0.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
5 #include <dt-bindings/clock/ingenic,tcu.h>
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/iio/adc/ingenic,adc.h>
9 #include <dt-bindings/input/input.h>
29 stdout-path = "serial2:57600n8";
33 compatible = "regulator-fixed";
34 regulator-name = "vcc";
36 regulator-min-microvolt = <3300000>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-2024.dts1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
6 /dts-v1/;
8 #include "sun50i-h616.dtsi"
9 #include "sun50i-h616-cpu-opp.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/linux-event-codes.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/leds/common.h>
17 chassis-type = "handset";
18 compatible = "anbernic,rg35xx-2024", "allwinner,sun50i-h700";
[all …]
/freebsd/contrib/expat/doc/
H A Dok.min.css2-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:conten… selector
/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
58 " %-9s %-15s %s", size, items[i].type, mp); in diskmenu_show()
73 conf.button.ok_label = "Create"; in diskmenu_show()
74 conf.button.with_extra = true; in diskmenu_show()
75 conf.button.extra_label = "Delete"; in diskmenu_show()
76 conf.button.cancel_label = "Modify"; in diskmenu_show()
77 conf.button.with_help = true; in diskmenu_show()
78 conf.button.help_label = "Revert"; in diskmenu_show()
79 conf.button.right1_label = "Auto"; in diskmenu_show()
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi_button.c1 /*-
49 ACPI_MODULE_NAME("BUTTON")
106 if (acpi_disabled("button")) in acpi_button_probe()
114 device_set_desc(dev, "Power Button"); in acpi_button_probe()
115 sc->button_type = ACPI_POWER_BUTTON; in acpi_button_probe()
117 device_set_desc(dev, "Power Button (fixed)"); in acpi_button_probe()
118 sc->button_type = ACPI_POWER_BUTTON; in acpi_button_probe()
119 sc->fixed = true; in acpi_button_probe()
121 device_set_desc(dev, "Sleep Button"); in acpi_button_probe()
122 sc->button_type = ACPI_SLEEP_BUTTON; in acpi_button_probe()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-lenovo-ix4-300d.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for Lenovo Iomega ix4-300d
8 /dts-v1/;
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include "armada-xp-mv78230.dtsi"
15 model = "Lenovo Iomega ix4-300d";
16 compatible = "lenovo,ix4-300d", "marvell,armadaxp-mv78230",
17 "marvell,armadaxp", "marvell,armada-370-xp";
20 stdout-path = "serial0:115200n8";
[all …]

12345678910>>...38