| Wx-DialUpManager documentation | view source | Contained in the Wx-DialUpManager distribution. |
Wx::DialUpManager - perl extension for wxDialUpManager
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"});
...
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.
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>
D. H. (PODMASTER)
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.
Wx, Wx::GLCanvas, Wx::ActiveX, Wx::Sample::XS (Wx::Sample::XS), Wx::Metafile
| Wx-DialUpManager documentation | view source | Contained in the Wx-DialUpManager distribution. |