Wx::DemoModules::WxPerlPodBrowser -- demonstrate Wx::Perl::PodBrowser



NAME

Wx::DemoModules::WxPerlPodBrowser -- demonstrate Wx::Perl::PodBrowser


SYNOPSIS

 wxperl_demo.pl -s WxPerlPodBrowser


DESCRIPTION

This module runs the Wx::Perl::PodBrowser manpage from within the Wx::Demo manpage. PodBrowser is a top-level window and so is in the ``Managed Windows'' demo category.

In the source code of this demo the key part is the browser creation

    $browser = Wx::Perl::PodBrowser->new ($self);
    $browser->Show;

The ``Goto Demo POD'' button demonstrates goto_pod() called from program code. In a real program it might go to the program's own POD or relevant module.


SEE ALSO

the Wx::Demo manpage, the Wx::Perl::PodBrowser manpage, Wx


HOME PAGE

http://user42.tuxfamily.org/wx-perl-podbrowser/index.html


LICENSE

Copyright 2012, 2013 Kevin Ryde

Wx-Perl-PodBrowser is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

Wx-Perl-PodBrowser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Wx-Perl-PodBrowser. If not, see http://www.gnu.org/licenses/.

 Wx::DemoModules::WxPerlPodBrowser -- demonstrate Wx::Perl::PodBrowser