Wx::DemoModules::WxPerlPodBrowser -- demonstrate Wx::Perl::PodBrowser |
Wx::DemoModules::WxPerlPodBrowser -- demonstrate Wx::Perl::PodBrowser
wxperl_demo.pl -s WxPerlPodBrowser
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.
the Wx::Demo manpage, the Wx::Perl::PodBrowser manpage, Wx
http://user42.tuxfamily.org/wx-perl-podbrowser/index.html
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 |