D. H. > Wx-DialUpManager-0.03 > Wx::DialUpManager

Download:
Wx-DialUpManager-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Module Version: 0.03   Source  

NAME ^

Wx::DialUpManager - perl extension for wxDialUpManager

SYNOPSIS ^

    use Wx::DialUpManager qw[ EVT_DIALUP_CONNECTED EVT_DIALUP_DISCONNECTED ];
    EVT_DIALUP_CONNECTED( sub {warn "you're connected"});
    EVT_DIALUP_CONNECTED( sub {warn "you're dis-connected"});
    ...

DESCRIPTION ^

This is an example of writing an extension for wxPerl (a more complete sample than Wx::Sample::XS).

If you want to use this module, please refer to the wxWindows documentation for wxDialUpManager.

BUGS ^

Please don't report bugs ;) But if you really really need to, go to <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Wx-DialUpManager> or send mail to <bug-Wx-DialUpManager#rt.cpan.org>

AUTHOR ^

D. H. (PODMASTER)

COPYRIGHT ^

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module distribution.

SEE ALSO ^

Wx, Wx::GLCanvas, Wx::ActiveX, Wx::Sample::XS, Wx::Metafile