NAME

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

SYNOPSIS

 wxperl_demo.pl -s WxPerlPodBrowser

DESCRIPTION

This module runs Wx::Perl::PodBrowser from within Wx::Demo. PodBrowser is a top-level window so is in the menus under

    wxPerl
      Managed Windows
        wxPerlPodBrowser

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

Wx::Demo, Wx::Perl::PodBrowser, Wx

HOME PAGE

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

LICENSE

Copyright 2012, 2013, 2017 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/.