翻訳と辞書
Words near each other
・ GTG
・ GTH
・ GThumb
・ GTI
・ GTI Club
・ GTI Mortsel
・ Gtichavank
・ GTIP
・ GTK (API)
・ GTK (disambiguation)
・ GTK (TV series)
・ GTK+
・ Gtk-gnutella
・ GTK-Qt
・ GTK-server
Gtk2-Perl
・ Gtkam
・ GtkHTML
・ Gtkmm
・ Gtkpod
・ GtkRadiant
・ GTKWave
・ GTL
・ GTL Ltd
・ GTM
・ GTM Cars
・ GTM Coupe
・ GTM K3
・ GTM Libra
・ GTM Rossa


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Gtk2-Perl : ウィキペディア英語版
Gtk2-Perl

(詳細はwrappers for the Perl programming language around the GTK+ and further GNOME libraries. Gtk-Perl is free and open-source software licensed under the GNU Lesser General Public License (LGPL) version 2.1. 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.〔(TwoPointFifteen/Bindings - GNOME Wiki )〕
== 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 );
$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.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Gtk2-Perl」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.