/freebsd/contrib/bsddialog/lib/ |
H A D | theme.c | 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, 100 .button.color = WHITE, 101 .button.f_shortcutcolor = BLACK | A_UNDERLINE | A_BOLD, 102 .button.shortcutcolor = WHITE | A_UNDERLINE | A_BOLD [all …]
|
H A D | bsddialog.3 | 396 } button; 529 .It Fa conf.button.always_active 537 .It Fa conf.button.left1_label 538 add a button with the specified label. 539 .It Fa conf.button.left2_label 540 add a button with the specified label. 541 .It Fa conf.button.left3_label 542 add a button with the specified label. 543 .It Fa conf.button.without_ok 544 disable OK button [all...] |
/freebsd/contrib/bsddialog/utility/ |
H A D | bsddialog.1 | 103 Colors, title delimiter, button delimiter; see theme features. 118 button. 122 button. 151 .It Fl Fl default-button Ar label 152 Focus on the button with 164 button on startup. 175 .It Fl Fl extra-button 176 Add a button with 182 button. 188 button [all...] |
H A D | util_theme.c | 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 [all...] |
H A D | util_cli.c | 171 {"default-button", required_argument, NULL, DEFAULT_BUTTON}, 178 {"extra-button", no_argument, NULL, EXTRA_BUTTON}, 181 {"help-button", no_argument, NULL, HELP_BUTTON}, 198 {"left1-button", required_argument, NULL, LEFT1_BUTTON}, 200 {"left2-button", required_argument, NULL, LEFT2_BUTTON}, 202 {"left3-button", required_argument, NULL, LEFT3_BUTTON}, 226 {"right1-button", required_argument, NULL, RIGHT1_BUTTON}, 228 {"right2-button", required_argument, NULL, RIGHT2_BUTTON}, 230 {"right3-button", required_argument, NULL, RIGHT3_BUTTON}, 290 " --date-format <format>,\n --default-button <labe in usage() [all...] |
/freebsd/contrib/ncurses/man/ |
H A D | curs_mouse.3x | 67 \fB mmask_t bstate; \fI/* button state bits */ 127 BUTTON1_PRESSED mouse button 1 down 128 BUTTON1_RELEASED mouse button 1 up 129 BUTTON1_CLICKED mouse button 1 clicked 130 BUTTON1_DOUBLE_CLICKED mouse button 1 double clicked 131 BUTTON1_TRIPLE_CLICKED mouse button 1 triple clicked 133 BUTTON2_PRESSED mouse button 2 down 134 BUTTON2_RELEASED mouse button 2 up 135 BUTTON2_CLICKED mouse button 2 clicked 136 BUTTON2_DOUBLE_CLICKED mouse button 2 double clicked [all …]
|
/freebsd/contrib/dialog/ |
H A D | buttons.c | 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 174 * Print a button 246 * Compute the size of the button array in columns. Return the total number of 247 * columns in *length, and the longest button's columns in *longest 281 * Compute the size of the button array. 464 * Given a list of button labels, and a character which may be the abbreviation 552 * Return a list of button labels. 583 * Map the given button index for dlg_exit_label() into our exit-code. 586 dlg_exit_buttoncode(int button) in dlg_exit_buttoncode() argument [all …]
|
H A D | msgbox.c | 31 * Display a message box. Program will pause and display an "OK" button 49 int button; in dialog_msgbox() local 72 button = dlg_default_button(); in dialog_msgbox() 111 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dialog_msgbox() 125 if (!dlg_button_key(result, &button, &key, &fkey)) in dialog_msgbox() 146 button = dlg_next_button(buttons, button); in dialog_msgbox() 147 if (button < 0) in dialog_msgbox() 148 button = 0; in dialog_msgbox() 151 buttons, button, in dialog_msgbox() 155 button = dlg_prev_button(buttons, button); in dialog_msgbox() [all …]
|
H A D | yesno.c | 48 int button = dlg_default_button(); in dialog_yesno() local 95 buttons, button, FALSE, width); in dialog_yesno() 108 if (!dlg_button_key(result, &button, &key, &fkey)) in dialog_yesno() 119 button = dlg_next_button(buttons, button); in dialog_yesno() 120 if (button < 0) in dialog_yesno() 121 button = 0; in dialog_yesno() 124 buttons, button, in dialog_yesno() 128 button = dlg_prev_button(buttons, button); in dialog_yesno() 129 if (button < 0) in dialog_yesno() 130 button = 0; in dialog_yesno() [all …]
|
H A D | pause.c | 42 * OK button (status OK) 43 * CANCEL button (status CANCEL) 69 int button = dlg_default_button(); in dialog_pause() local 182 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dialog_pause() 199 if (!dlg_button_key(result, &button, &key, &fkey)) in dialog_pause() 214 button = dlg_next_button(buttons, button); in dialog_pause() 215 if (button < 0) in dialog_pause() 216 button = 0; in dialog_pause() 219 buttons, button, in dialog_pause() 223 button = dlg_prev_button(buttons, button); in dialog_pause() [all …]
|
H A D | dialog.1 | 121 No text is written if the Cancel button (or ESC) is pressed; 318 Place the terminal cursor at the end of a button instead of on the 319 first character of the button label. 321 interacts poorly with the button-label text colors. 334 Likewise, treat the default button of widgets that provide 339 making the default button always \*(``Yes\*('' 342 .IP "\fB--default-button \fIstring" 343 Set the default (preselected) button in a widget. 344 By preselecting a button, 348 The option's value is the name of the button: [all …]
|
/freebsd/usr.sbin/moused/ |
H A D | moused.8 | 77 reports translation movement, button press/release 110 Emulate the third (middle) button for 2-button mice. 114 Set double click speed as the maximum interval in msec between button clicks. 127 The DTR line may need to be dropped for a 3-button mouse 132 When the third button emulation is enabled 160 button down will cause motion to be interpreted as 196 a 3-button mouse to operate in the 216 button down will cause motion to be interpreted as scrolling. 286 Some mice report middle button dow [all...] |
H A D | moused.c | 82 /* Abort 3-button emulation delay after this many movement events. */ 273 /* Logitech MouseMan (new 4 button model) */ 392 int zmap[4]; /* MOUSE_{X|Y}AXIS or a button number */ 393 int wmode; /* wheel mode button number */ 400 long button2timeout; /* 3 button emulation timeout */ 438 /* button status */ 441 struct timespec ts; /* timestamp on the last button event */ 443 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ 444 static struct button_state *mstate[MOUSE_MAXBUTTON];/* mapped button st.*/ 447 /* state machine for 3 button emulatio 2513 int button; r_timestamp() local 2592 int button; r_click() local [all...] |
/freebsd/share/man/man4/ |
H A D | cyapa.4 | 72 | | Button | 74 | Button +------------+ 76 | | Button | 78 | Thumb/Button Area | 15% 85 .It Va Button down/second finger 89 .It Va Thumb/Button area 93 .It Va Trackpad button 94 Push physical button. 95 The left two thirds of the pad issues a LEFT button event. 96 The upper right corner issues a MIDDLE button event. [all …]
|
H A D | mouse.4 | 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. 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. 119 If a button is pressed, the corresponding bit is cleared. 318 int button; /* button status */ 319 int obutton; /* previous button status */ 327 .Dv button [all …]
|
H A D | sysmouse.4 | 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. 285 when a button is pressed. 294 and button status. 330 and button status in 335 to be delivered to the current process when a button is pressed. 356 also processes button press actions and sends signal to the process if 361 specifies a button and its click count. [all …]
|
H A D | acpi_ibm.4 | 143 Access IBM Button 174 driver being loaded, only the Fn+F4 button generates an ACPI event. 234 Access IBM Button 239 Every time a button is pressed, the respecting bit is toggled. 244 Home Button 246 Search Button 248 Mail Button 250 Access IBM Button 254 Wireless LAN Button 256 Video Button [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-mouse.txt | 15 - button-left-gpios: GPIO line handle to the left mouse button 16 - button-middle-gpios: GPIO line handle to the middle mouse button 17 - button-right-gpios: GPIO line handle to the right mouse button 29 button-left-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>; 30 button-middle-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>; 31 button-right-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
|
H A D | gpio-keys.yaml | 26 "^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switch))$": 64 value is sent for events this button generates when pressed. 68 as a signed 32 bit value, e.g. to make a button generate a 83 description: Button can wake-up the system. 101 Indicates that button is connected to dedicated (not shared) interrupt 102 which can be disabled to suppress events from the button.
|
/freebsd/contrib/bsddialog/ |
H A D | CHANGELOG | 62 * add: --left1-button <label>. 63 * add: --left2-button <label>. 64 * add: --left3-button <label>. 65 * add: --right1-button <label>. 66 * add: --right2-button <label>. 67 * add: --right3-button <label>. 107 * improve: --bikeshed with button delimiter and --date-format. 108 * improve: --textbox accepts button options. 109 * improve: Forms with Help button. 117 * delete: --generic-button1 (replaced by --right1-button) [all...] |
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | gcw0.dts | 135 button-0 { 142 button-1 { 149 button-2 { 156 button-3 { 163 button-4 { 164 label = "Button A"; 170 button-5 { 171 label = "Button B"; 177 button-6 { 178 label = "Button Y"; [all …]
|
/freebsd/contrib/expat/doc/ |
H A D | ok.min.css | 2 …button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overfl… selector
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | diskmenu.c | 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() 80 conf.button.right2_label = "Finish"; in diskmenu_show() 81 conf.button.default_label = "Finish"; in diskmenu_show()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_button.c | 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() 117 device_set_desc(dev, "Power Button (fixed)"); in acpi_button_probe() 121 device_set_desc(dev, "Sleep Button"); in acpi_button_probe() 124 device_set_desc(dev, "Sleep Button (fixed)"); in acpi_button_probe() 219 acpi_UserNotify("Button", sc->button_handle, sc->button_type); in acpi_button_notify_sleep() 223 ACPI_VPRINT(sc->button_dev, acpi_sc, "power button pressed\n"); in acpi_button_notify_sleep() 227 ACPI_VPRINT(sc->button_dev, acpi_sc, "sleep button pressed\n"); in acpi_button_notify_sleep() 231 break; /* unknown button type */ in acpi_button_notify_sleep() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-xp-lenovo-ix4-300d.dts | 142 power-button { 143 label = "Power Button"; 148 reset-button { 149 label = "Reset Button"; 154 select-button { 155 label = "Select Button"; 160 scroll-button { 161 label = "Scroll Button"; 270 power_button_pin: power-button-pin { 275 reset_button_pin: reset-button-pin { [all …]
|