Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Gtk2::Ex::PopupWindow 0.06

    Download button

    No screenshots available
    Downloads: 599  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Torsten Schoenfeld | More programs
    Perl Artistic License / FREE
    March 29th, 2007, 20:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Gtk2::Ex::PopupWindow description

    Gtk2::Ex::PopupWindow provides a Perl interface to the Mozilla embedding widget.

    Gtk2::Ex::PopupWindow provides a Perl interface to the Mozilla embedding widget.

    Synopsys

    #!/usr/bin/perl
    use strict;
    use warnings;
    use Glib qw(TRUE FALSE);
    use Gtk2 -init;
    use Gtk2::MozEmbed;

    Gtk2::MozEmbed -> set_profile_path($ENV{ HOME } . "/.mybrowser",
    "MyBrowser");

    my $window = Gtk2::Window -> new();
    my $moz = Gtk2::MozEmbed -> new();

    $window -> signal_connect(delete_event => sub {
    Gtk2 -> main_quit;
    return FALSE;
    });

    $window -> set_title("MyBrowser");
    $window -> set_default_size(600, 400);
    $window -> add($moz);
    $window -> show_all();

    $moz -> load_url("http://gtk2-perl.sf.net");

    Gtk2 -> main;

    This module allows a Perl developer to use the Mozilla embedding widget.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Gtk2MozEmbed | Mozilla embedding | embedding widget | Gtk2 | Mozilla | embedding

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM