NAME
GappX::Dialogs - Traits for common dialog windows
SYNOPSIS
use Gapp;
use GappX::Dialogs;
$dlg = Gapp::Dialog->new(
traits => [qw( InfoDialog )],
text => 'Primary Text',
secondary => 'Secondary Text',
);
$dlg->run;
DESCRIPTION
GappX::Dialogs provides a number of traits to be used with Gapp::Dialog widgets. Use these traits to display commonly used dialog windows.
PROVIDED TRAITS
All of the traits in this package apply the MessageDialog trait to your object. See GappX::Dialogs::Meta::Widget::Trait::MessageDialog for more information.
- ConfirmDialog
- ErrorDialog
- InfoDialog
- MessageDialog
- QuestionDialog
- WarningDialog
SUPPORT
Support for this module is provided via the gapp-list@chronosoft.ws email list. See http://chronosoft.ws/gapp/list for details.
SEE ALSO
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)