wok-6.x diff amiwm/stuff/requestchoice.1 @ rev 22531
updated bash (4.4.5 -> 5.0.11)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 07:52:13 2020 +0100 (2020-01-03) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/amiwm/stuff/requestchoice.1 Fri Jan 03 07:52:13 2020 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +.TH requestchoice 1 "March 3, 2000" 1.5 +.SH NAME 1.6 +requestchoice \- request a user choice 1.7 +.SH SYNOPSIS 1.8 +.B requestchoice 1.9 +.IR title " " text " [ " b1 " ] [ " b2 " ] [ " ... " ] [ " b0 " ]" 1.10 +.SH DESCRIPTION 1.11 +This manual page documents briefly the 1.12 +.B requestchoice 1.13 +command. 1.14 +This manual page was written for the Debian GNU/Linux distribution 1.15 +because the original program does not have a manual page. 1.16 +.PP 1.17 +.B requestchoice 1.18 +is a program that pops up a window with a title, a textarea, and one 1.19 +or more buttons from which the user can chose one. 1.20 +.SH OPTIONS 1.21 +.TP 1.22 +.B title 1.23 +The title of the request window. 1.24 +.TP 1.25 +.B text 1.26 +The text in the body of the request window. 1.27 +.TP 1.28 +.B b1, b2, ... 1.29 +The text on the button. They're numbered from left to right, with the 1.30 +rightmost button being "button 0" and the leftmost being "button 1". 1.31 +When clicked, requestchoice will print the button number to 1.32 +.I stdout 1.33 + 1.34 +.SH SEE ALSO 1.35 +.BR amiwm (1). 1.36 +.SH AUTHOR 1.37 +This manual page was written by Jorgen Schaefer <forcer@mindless.com> 1.38 +for the Debian GNU/Linux system (but may be used by others).