GappX::Dialogs::Meta::Widget::Trait::WarningDialog - WarningDialog widget trait
use Gapp; use GappX::Dialogs; $dlg = Gapp::Dialog->new( traits => [qw( WarningDialog )], text => 'Primary Text', secondary => 'Secondary Text', ); $dlg->run;
Trait for a dialog with a gtk-dialog-question
image and gtk-yes
and gtk-no
buttons.
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)