logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

requestchoice - request a user choice

Author

       This  manual  page  was  written by Jorgen Schaefer <forcer@mindless.com> for the Debian GNU/Linux system
       (but may be used by others).

                                                 March  3, 2000                                 requestchoice(1)

Description

       This  manual  page  documents  briefly  the  requestchoice command.  This manual page was written for the
       Debian GNU/Linux distribution because the original program does not have a manual page.

       requestchoice is a program that pops up a window with a title, a textarea, and one or more  buttons  from
       which the user can chose one.

Name

       requestchoice - request a user choice

Options

title  The title of the request window.

       text   The text in the body of the request window.

       b1,b2,...
              The  text  on  the  button.   They're numbered from left to right, with the rightmost button being
              "button 0" and the leftmost being "button 1".  When clicked, requestchoice will print  the  button
              number to stdout

See Also

amiwm(1).

Synopsis

requestchoicetitletext [ b1 ] [ b2 ] [ ... ] [ b0 ]

See Also