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