ZConf::Runner::GUI::GTK - The GTK GUI backend for ZConf::Runner.


ZConf-Runner-GUI-GTK documentation  | view source Contained in the ZConf-Runner-GUI-GTK distribution.

Index


NAME

Top

ZConf::Runner::GUI::GTK - The GTK GUI backend for ZConf::Runner.

VERSION

Top

Version 0.0.2

SYNOPSIS

Top

    use ZConf::Runner::GUI::GTK;

    my $zcrgg = ZConf::Runner::GUI::GTK->new();
    ...

METHODS

Top

new

This initializes it.

One arguement is taken and that is a hash value.

hash values

zcrunner

This is a ZConf::Runner object to use. If it is not specified, a new one will be created.

    my $zcrgg = ZConf::Runner::GUI::GTK->new({zcrunner=>$zcrunner});
    if($zcrgg->{error}){
        print "Error!\n";
    }

ask

See ZConf::Runner::GUI for more information.

dialogs

This returns the available dailogs.

windows

This returns a list of available windows.

errorblank

This blanks the error storage and is only meant for internal usage.

It does the following.

    $self->{error}=undef;
    $self->{errorString}="";

ERROR CODEs

Top

1

Could not get the mimetype.

2

Failed to update ZConf.

3

ZConf::Runner issued an error.

AUTHOR

Top

Zane C. Bowers, <vvelox at vvelox.net>

BUGS

Top

Please report any bugs or feature requests to bug-zconf-runner-gui-gtk at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ZConf-Runner-GUI-GTK. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc ZConf::Runner::GUI::GTK




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=ZConf-Runner-GUI-GTK

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/ZConf-Runner-GUI-GTK

* CPAN Ratings

http://cpanratings.perl.org/d/ZConf-Runner-GUI-GTK

* Search CPAN

http://search.cpan.org/dist/ZConf-Runner-GUI-GTK

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


ZConf-Runner-GUI-GTK documentation  | view source Contained in the ZConf-Runner-GUI-GTK distribution.