1Padre::Wx::HtmlWindow(3U)ser Contributed Perl DocumentatiPoandre::Wx::HtmlWindow(3)
2
3
4
6 Padre::Wx::HtmlWindow - Padre-enhanced version of Wx::HtmlWindow
7
9 "Padre::Wx::HtmlWindow" provides a Padre-specific subclass of
10 Wx::HtmlWindow that adds some additional features, primarily default
11 support for pod2html functionality.
12
14 "Padre::Wx::HtmlWindow" implements all the methods described in the
15 documentation for Wx::HtmlWindow, and adds some additional methods.
16
17 load_file
18 $html_window->load_file( 'my.pod' );
19
20 The "load_file" method takes a file name, loads the file, transforms it
21 to HTML via the default Padre::Pod2HTML processor, and then loads the
22 HTML into the window.
23
24 Returns true on success, or throws an exception on error.
25
26 load_file
27 $html_window->load_pod( "=head1 NAME\n" );
28
29 The "load_file" method takes a string of POD content, transforms it to
30 HTML via the default Padre::Pod2HTML processor, and then loads the HTML
31 into the window.
32
33 Returns true on success, or throws an exception on error.
34
36 See the main Padre documentation.
37
39 Adam Kennedy <adamk@cpan.org>
40
42 Copyright 2008-2010 The Padre development team as listed in Padre.pm.
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself.
46
47 The full text of the license can be found in the LICENSE file included
48 with this module.
49
50
51
52perl v5.12.1 2010-06-11 Padre::Wx::HtmlWindow(3)