Gtk2::Ex::PodViewer

Gtk2::Ex::PodViewer is a Gtk2 widget for displaying Plain old Documentation (POD).
Download

Gtk2::Ex::PodViewer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Gavin Brown, Torsten Schoenfeld and Scott Arrington
  • Publisher web site:
  • http://search.cpan.org/~gbrown/Gtk2-Ex-PodViewer-0.16/lib/Gtk2/Ex/PodViewer.pm

Gtk2::Ex::PodViewer Tags


Gtk2::Ex::PodViewer Description

Gtk2::Ex::PodViewer is a Gtk2 widget for displaying Plain old Documentation (POD). Gtk2::Ex::PodViewer is a Gtk2 widget for displaying Plain old Documentation (POD). NB: This module used to be called Gtk2::PodViewer. That module is now a stub that points to this module.SYNOPSIS use Gtk2 -init; use Gtk2::Ex::PodViewer; my $viewer = Gtk2::Ex::PodViewer->new; $viewer->load('/path/to/file.pod'); # load a file $viewer->load('IO::Scalar'); # load a module $viewer->load('perlvar'); # load a perldoc $viewer->load('bless'); # load a function $viewer->show; # see, it's a widget! my $window = Gtk2::Window->new; $window->add($viewer); $window->show; Gtk2->main;Gtk2::Ex::PodViewer is a widget for rendering Perl POD documents. It is based on the Gtk2::TextView widget and uses Pod::Parser for manipulating POD data. Requirements: · Perl


Gtk2::Ex::PodViewer Related Software