NAME

GappX::Dialogs::Meta::Widget::Trait::InfoDialog - ErrorDialog widget trait

SYNOPSIS

use Gapp;

use GappX::Dialogs;

$dlg = Gapp::Dialog->new(

  traits => [qw( InfoDialog )],

  text => 'Primary Text',

  secondary => 'Secondary Text',

);

$dlg->run;
   

DESCRIPTION

Trait for a dialog with a gtk-dialog-info 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)