Padre::Wx::HtmlWindow - Padre-enhanced version of L


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::HtmlWindow - Padre-enhanced version of Wx::HtmlWindow

DESCRIPTION

Top

Padre::Wx::HtmlWindow provides a Padre-specific subclass of Wx::HtmlWindow that adds some additional features, primarily default support for pod2html functionality.

METHODS

Top

Padre::Wx::HtmlWindow implements all the methods described in the documentation for Wx::HtmlWindow, and adds some additional methods.

load_file

  $html_window->load_file( 'my.pod' );

The load_file method takes a file name, loads the file, transforms it to HTML via the default Padre::Pod2HTML processor, and then loads the HTML into the window.

Returns true on success, or throws an exception on error.

load_file

  $html_window->load_pod( "=head1 NAME\n" );

The load_file method takes a string of POD content, transforms it to HTML via the default Padre::Pod2HTML processor, and then loads the HTML into the window.

Returns true on success, or throws an exception on error.

SUPPORT

Top

See the main Padre documentation.

AUTHOR

Top

Adam Kennedy <adamk@cpan.org>

COPYRIGHT

Top


Padre documentation  | view source Contained in the Padre distribution.