wok view amiwm/stuff/requestchoice.1 @ rev 22427

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