The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

GappX::Dialogs::Meta::Widget::Trait::ConfirmDialog

ErrorDialog

GappX::Dialogs::Meta::Widget::Trait::ErrorDialog

InfoDialog

GappX::Dialogs::Meta::Widget::Trait::InfoDialog

MessageDialog

GappX::Dialogs::Meta::Widget::Trait::MessageDialog

QuestionDialog

GappX::Dialogs::Meta::Widget::Trait::QuestionDialog

WarningDialog

GappX::Dialogs::Meta::Widget::Trait::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

Gapp
Gtk2
Moose

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)