Wx::DialUpManager - perl extension for wxDialUpManager


Wx-DialUpManager documentation  | view source Contained in the Wx-DialUpManager distribution.

Index


NAME

Top

Wx::DialUpManager - perl extension for wxDialUpManager

SYNOPSIS

Top

    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

Top

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

Top

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

Top

D. H. (PODMASTER)

COPYRIGHT

Top

SEE ALSO

Top

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


Wx-DialUpManager documentation  | view source Contained in the Wx-DialUpManager distribution.