
GappX::Dialogs::Meta::Widget::Trait::MessageDialog - MessageDialog widget trait

use Gapp;
use GappX::Dialogs;
$dlg = Gapp::Dialog->new(
traits => [qw( MessageDialog )],
rext => 'Primary Text',
secondary => 'Secondary Text',
);
$dlg->run;

MessageDialog provides a simple layout for presenting commonly used dialogs.

If set to true will sound the system beep when displaying the dialog.
Defaults to stock image gtk-dialog-question.
The primary message text to display.
The label to display the primary message text.
The secondary message text to display.
The label to display the secondary message text.

All of the traits in this package apply the MessageDialog trait to your object. See MessageDialog for more information.

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

Copyright (c) 2012 Jeffrey Ray Hallock.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)