NAME

dialog - Create and manipulate a gnome dialog, message box respectively

SYNOPSIS

dialog title button-list ?-option optionVal ...?

OPTIONS

-child
Widget ID of the child widget
type: string
default: ""
-text
Text which should appear in the dialog
type: string
default: ""
-parent
Widget ID of the parent widget
type: string
default: ""
-default
Number of the default button
type: integer
default: 0
-type
Type of dialog
type: none, info, warning, error, question, or generic
default: ?
-modal
Determines whether the dialog should be modal.
type: boolean
default: false

DESCRIPTION

button-list must be a list of widget IDs of buttons. Either text or child must be specified.

WIDGET COMMANDS

KEYWORDS


Copyright © 2001 - 2002 P. G. Baum