Home   |   Contact Us   |   Site Map

 

 

 

  Gnome.pm Perldoc

 



NAME

Gnome - Perl module for the Gnome libraries


SYNOPSIS

use Gnome; Gnome->init('myapp'); my $app = new Gnome::App("myapp", "myapp window title"); $app->create_menus({type => 'subtree', label => '_File', subtree => [ ['item', '_Quit', undef, sub {exit}, 'stock', 'Quit'], ]}); my $canvas = new Gnome::Canvas; $canvas->set_scroll_region(0, 0, 300, 300); $canvas->set_usize(300, 300); $canvas->root->new($canvas->root, 'Rect', x1 => 10, y1 => 10, x2 => 150, y2 => 250, fill_color => '#0f0ef2', outline_color => 'black'); $app->set_contents($canvas); $app->show_all; Gtk->main;

=head1 DESCRIPTION

The Gtk module allows Perl access to the widgets and other facilities in the Gnome libraries. You can find more information about Gnome on http://www.gnome.org. The Perl binding tries to follow the C interface as much as possible, providing at the same time a fully object oriented interface and Perl-style calling conventions.

You will find the reference documentation for the Gnome module in the Gnome::reference manpage. More information can be found on http://gtkperl.org.


AUTHOR

Kenneth Albanowski, Paolo Molaro


SEE ALSO

perl(1), Gtk(3pm), Gtk::reference(3pm), Gnome::reference(3pm)



 

Browse our Perldoc FAQs:

Perldoc Home

Perldoc Site Map


Previous Topics

Gdk.pm Perldoc

_generic.pm Perldoc

GHTTP.pm Perldoc

GladeXML.pm Perldoc

GLArea.pm Perldoc

Glob.pm Perldoc

Glut.pm Perldoc

gmtime.pm Perldoc


Next Topics

gopher.pm Perldoc

Grammar.pm Perldoc

grent.pm Perldoc

GrovePath.pm Perldoc

Grove.pm Perldoc

Gtk.pm Perldoc

Handle.pm Perldoc

Harness.pm Perldoc


Website Spotlight

Domain Hosting with the Leader in Innovative and Comprehensive Web Hosting Solutions, Globalnet GNP.

Reliable Domain Hosting

 

Click here to increase your web traffic insantly!


 Copyright © 1999-2005 Globalnet Promotions, LLC.   |   TheServerRoom.org Home    |   Sitemap    |   RSS News Feeds