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