wok annotate amiwm/stuff/requestchoice.1 @ rev 25097
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 18 20:27:19 2022 +0000 (2022-06-18) |
parents | |
children |
rev | line source |
---|---|
pascal@20385 | 1 .TH requestchoice 1 "March 3, 2000" |
pascal@20385 | 2 .SH NAME |
pascal@20385 | 3 requestchoice \- request a user choice |
pascal@20385 | 4 .SH SYNOPSIS |
pascal@20385 | 5 .B requestchoice |
pascal@20385 | 6 .IR title " " text " [ " b1 " ] [ " b2 " ] [ " ... " ] [ " b0 " ]" |
pascal@20385 | 7 .SH DESCRIPTION |
pascal@20385 | 8 This manual page documents briefly the |
pascal@20385 | 9 .B requestchoice |
pascal@20385 | 10 command. |
pascal@20385 | 11 This manual page was written for the Debian GNU/Linux distribution |
pascal@20385 | 12 because the original program does not have a manual page. |
pascal@20385 | 13 .PP |
pascal@20385 | 14 .B requestchoice |
pascal@20385 | 15 is a program that pops up a window with a title, a textarea, and one |
pascal@20385 | 16 or more buttons from which the user can chose one. |
pascal@20385 | 17 .SH OPTIONS |
pascal@20385 | 18 .TP |
pascal@20385 | 19 .B title |
pascal@20385 | 20 The title of the request window. |
pascal@20385 | 21 .TP |
pascal@20385 | 22 .B text |
pascal@20385 | 23 The text in the body of the request window. |
pascal@20385 | 24 .TP |
pascal@20385 | 25 .B b1, b2, ... |
pascal@20385 | 26 The text on the button. They're numbered from left to right, with the |
pascal@20385 | 27 rightmost button being "button 0" and the leftmost being "button 1". |
pascal@20385 | 28 When clicked, requestchoice will print the button number to |
pascal@20385 | 29 .I stdout |
pascal@20385 | 30 |
pascal@20385 | 31 .SH SEE ALSO |
pascal@20385 | 32 .BR amiwm (1). |
pascal@20385 | 33 .SH AUTHOR |
pascal@20385 | 34 This manual page was written by Jorgen Schaefer <forcer@mindless.com> |
pascal@20385 | 35 for the Debian GNU/Linux system (but may be used by others). |