[Top]
GTK2
GTK2.MessageDialog
|
Method GTK2.MessageDialog()->create()
- Method
create
GTK2.MessageDialog GTK2.MessageDialog(mapping|int flags, int|void type, int|void buttons, string|void message, GTK2.Window parent)
- Description
Creates a new message dialog, which is a simple dialog with an icon
indicating the dialog type (error, warning, etc) and some text the user
may want to see. When the user clicks a button a "response" signal is
emitted with response IDs from . See
GTK2.Dialog for more details.
|