wok-next annotate amiwm/stuff/requestchoice.1 @ rev 21727

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