NAME
Wx::Perl::Dialog - a set of simple dialogs (a partial Zenity clone in wxPerl)
SYNOPIS
As a module:
use Wx::Perl::Dialog;
my $name = entry(title => "What is your name?");
message(text => "How are you $name today?\n");
On the command line try
wxer --help
General Options
There are some common option for every dialog
title
window-icon NA
width NA
height NA
METHODS
Dialogs
entry
Display a text entry dialog
password
file_selector
dir_selector
choice
message
SUPPORT
COPYRIGHT
Copyright 2008 Gabor Szabo. http://www.szabgab.com/
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.
WARRANTY
There is no warranty whatsoever. If you lose data or your hair because of this program, that's your problem.
CREDITS and THANKS
To Mattia Barbon for providing WxPerl.
The idea was taken from the Zenity project.