NAME
GappX::Dialogs::Meta::Widget::Trait::ConfirmDialog - ConfirmDialog widget trait
SYNOPSIS
use Gapp;
use GappX::Dialogs;
$dlg = Gapp::Dialog->new(
traits => [qw( ConfirmDialog )],
text => 'Primary Text',
secondary => 'Secondary Text',
);
$dlg->run;
DESCRIPTION
Trait for a dialog with a gtk-dialog-question
image and gtk-ok
and gtk-cancel
buttons.
AUTHORS
Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>
COPYRIGHT & LICENSE
Copyright (c) 2012 Jeffrey Ray Hallock.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)