redhat man page for gtk

Query: gtk

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Gtk(3)							User Contributed Perl Documentation						    Gtk(3)

NAME
Gtk - Perl module for the Gimp Toolkit library
SYNOPSIS
use Gtk '-init'; my $window = new Gtk::Window; my $button = new Gtk::Button("Quit"); $button->signal_connect("clicked", sub {Gtk->main_quit}); $window->add($button); $window->show_all; Gtk->main;
DESCRIPTION
The Gtk module allows Perl access to the Gtk+ graphical user interface library. You can find more information about Gtk+ on http://www.gtk.org. The Perl binding tries to follow the C interface as much as possible, providing at the same time a fully object ori- ented interface and Perl-style calling conventions. You will find the reference documentation for the Gtk module in the "Gtk::reference" manpage. There is also a cookbook style manual in "Gtk::cookbook". The "Gtk::objects" manpage contains a list of the arguments and signals for each of the classes available in the Gtk, Gnome and related modules. There is also a list of the flags and enumerations along with their possible values. More information can be found on http://www.gtkperl.org.
AUTHOR
Kenneth Albanowski, Paolo Molaro
SEE ALSO
perl(1), Gtk::reference(3pm) perl v5.8.0 2001-06-27 Gtk(3)
Related Man Pages
gtk::clistmodel(3) - redhat
lostirc(1) - debian
gcompris(6) - debian
firewall-config(1) - centos
gtk2(3) - suse
Similar Topics in the Unix Linux Community
Leonov 0.0.1 (Default branch)
Gmerlin 0.3.8 (development branch)
To agregate Comma separated values
Perl code request
Wanna learn native GUI programming in UNIX - Linux ?