Scroll to navigation

GTKADA2-DIALOG(1) GtkAda 2 programming manual GTKADA2-DIALOG(1)

NAME

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

SYNOPSIS

gtkada2-dialog [dialog_type [justification]]

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.

OPTIONS

The type of dialog box desired. Possible values are:
A message box with an exclamation point.
A message box with a red stop sign.
A message box with an "information" sign: white "i" on blue background.
A message box with a question mark.
A message box with no pixmap and a user-defined caption.

The default type is information.

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.

COPYRIGHT FOR THIS MAN PAGE

This man page has been written by Ludovic Brenta for the Debian GNU/Linux distribution, from information given by the GtkAda authors Emmanuel Briot, Joel Brobecker and Arnaud Charlet.

Permission to use, copy, modify, and distribute this documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.

25 Nov 2003 Debian GNU/Linux