Gtk2-perl

Gtk2-perl

GTK2-Perl is a set of Perl wrappers for the GTK+ GUI library and the other GNOME platform libraries. GTK2-Perl is free software and licensed under the LGPL. Developers and interested parties can usually be found on the IRC channel #gtk-perl on irc.gnome.org.

GTK2-Perl is part of the official GNOME Platform Bindings release [ [http://live.gnome.org/TwoPointFifteen/Bindings TwoPointFifteen/Bindings - GNOME Live! ] ] , along with C++ bindings, Python bindings and Java bindings.

Example

use Gtk2 '-init';

$window = Gtk2::Window->new('toplevel');$window->set_title("Hello World!");

$button = Gtk2::Button->new("Press me");$button->signal_connect(clicked => sub { print "Hello again - the button was pressed "; });

$window->add($button);$window->show_all;

Gtk2->main;

0;

The sample program creates a GTK+ Window titled "Hello World!". The window contains a Button labelled "Press me." When the button is pressed, the message "Hello again - the button was pressed" is displayed on the console via the callback inside the anonymous subroutine connected to the "clicked" signal.

References

External links

* [http://gtk2-perl.sourceforge.net/ GTK2-Perl homepage on SourceForge.net]
* [http://live.gnome.org/GTK2-Perl GTK2-Perl page on GNOME wiki]


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Gtk2-perl — GTK2 Perl  это набор оболочек на Perl для GUI библиотек GTK+ и других библиотек GNOME. GTK2 Perl  открытое ПО, лицензируемое по лицензии LGPL. Разработчиков и заинтересованных участников обычно можно найти на IRC канале #gtk perl на irc …   Википедия

  • GTK2 — GIMP Toolkit Entwickler: Das GTK+ Team Aktuelle Version: 2.16.1 (12. April 2009) …   Deutsch Wikipedia

  • Perl 5 — Perl (langage) Pour les articles homonymes, voir Perl. Apparu en 1987 …   Wikipédia en Français

  • Perl (langage) — Pour les articles homonymes, voir Perl. Perl Apparu en 1987 Auteur Larry …   Wikipédia en Français

  • Langage Perl — Perl (langage) Pour les articles homonymes, voir Perl. Apparu en 1987 …   Wikipédia en Français

  • GTK+ — Тип библиотека элементов интерфейса (виджетов) Автор The GTK+ …   Википедия

  • GTK+ — Entwickler Das GTK+ Team[1] Aktuelle Version 3.2.2 (12. November 2011) …   Deutsch Wikipedia

  • GIMP-Toolkit — Entwickler: Das GTK+ Team Aktuelle Version: 2.16.1 (12. April 2009) …   Deutsch Wikipedia

  • GIMP Toolkit — Entwickler: Das GTK+ Team Aktuelle Version: 2.16.1 (12. April 2009) …   Deutsch Wikipedia

  • Gtk — GIMP Toolkit Entwickler: Das GTK+ Team Aktuelle Version: 2.16.1 (12. April 2009) …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”