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

gtkada2-dialog - Display a GTK+ dialog box from the command line.

Description

gtkada2-dialog  displays  the  contents  of its standard input in a GTK+ dialog box.  This is the version
       supplied with GtkAda version 2, and it uses GTK+ 2 widgets.

Name

       gtkada2-dialog - Display a GTK+ dialog box from the command line.

Options

dialog_type
            The type of dialog box desired.  Possible values are:

            warning      A message box with an exclamation point.

            error        A message box with a red stop sign.

            information  A message box with an "information" sign: white "i" on blue background.

            confirmation A message box with a question mark.

            custom       A message box with no pixmap and a user-defined caption.

       The default type is information.

       justification
            The type of justification desired for the text of the message.  Possible  values  are  justify_left,
            justify_right, justify_center and justify_fill.  The default is justify_center.

Synopsis

       gtkada2-dialog [dialog_type [justification]]

See Also