Next: Gnome2::About | Previous: Glib::xsapi | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
Gnome2 - Perl interface to the 2.x series of the GNOME libraries
use Gnome2; Gnome2::Program->init ($appname, $appversion); my $app = Gnome2::App->new ($appname); $app->show; Gtk2->main;
Perl bindings to the 2.x series of the GNOME libraries. This module allows you to interface with the libgnome and libgnomeui libraries to create GNOME applications.
Since this module tries to stick very closely to the C API, the documentation found at
http://developer.gnome.org/doc/API/2.0/libgnome/index.html
and
http://developer.gnome.org/doc/API/2.0/libgnomeui/index.html
is the canonical reference.
In addition to that, there's also the automatically generated API documentation: Gnome2::index(3pm).
The mapping described in Gtk2::api(3pm) also applies to this module.
To discuss this module, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org.
perl(1), Gnome2::index(3pm), Glib(3pm), Gtk2(3pm), Gtk2::api(3pm).
muppet <scott at asofyet dot org> did the initial stuff.
Torsten Schoenfeld <kaffeetisch at gmx dot de> took over between 0.34 and 0.36, and implemented lots of tests and missing functionality, and corrected several of muppet's mistakes.
Copyright (C) 2003-2006 by the gtk2-perl team (see the file AUTHORS)
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library 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. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA