Gtk3::WebKit man page on Mageia

Man page or keyword search:  
man Server   17783 pages
apropos Keyword Search (all sections)
Output format
Mageia logo
[printable version]

Gtk3::WebKit(3)	      User Contributed Perl Documentation      Gtk3::WebKit(3)

NAME
       Gtk3::WebKit - WebKit bindings for Perl

SYNOPSIS
	       use Gtk3 -init;
	       use Gtk3::WebKit;

	       my ($url) = shift @ARGV || 'http://search.cpan.org/';

	       my $window = Gtk3::Window->new('toplevel');
	       $window->set_default_size(800, 600);
	       $window->signal_connect(destroy => sub { Gtk3->main_quit() });

	       # Create a WebKit widget
	       my $view = Gtk3::WebKit::WebView->new();

	       # Load a page
	       $view->load_uri($url);

	       # Pack the widgets together
	       my $scrolls = Gtk3::ScrolledWindow->new();
	       $scrolls->add($view);
	       $window->add($scrolls);
	       $window->show_all();

	       Gtk3->main();

DESCRIPTION
       This module provides the Perl bindings for the Gtk3 port of WebKit.

BUGS
       For any kind of help or support simply send a mail to the gtk-perl
       mailing list (gtk-perl-list@gnome.org).

AUTHORS
       Emmanuel Rodriguez <potyl@cpan.org>.

COPYRIGHT AND LICENSE
       Copyright (C) 2011, 2012 by Emmanuel Rodriguez.

       This library is free software; you can redistribute it and/or modify it
       under the same terms of:

       the GNU Lesser General Public License, version 2.1; or
       the Artistic License, version 2.0.

       This module 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.

       You should have received a copy of the GNU Library General Public
       License along with this module; if not, see
       <http://www.gnu.org/licenses/>.

       For the terms of The Artistic License, see perlartistic.

perl v5.18.1			  2012-11-28		       Gtk3::WebKit(3)
[top]

List of man pages available for Mageia

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net