翻訳と辞書
Words near each other
・ WXNX
・ WXNY
・ WXNY-FM
・ WXNY-LD
・ WXOB-LP
・ WXOF
・ WXOJ-LP
・ WXOK
・ WXOL
・ WXON-LP
・ WXOQ
・ WXOS
・ WXOU
・ WXOW
・ WXP
WxPerl
・ WxPHP
・ WXPK
・ WXPL
・ WXPN
・ WXPN-HD2
・ WXPO-TV
・ WXPR
・ WXPX-TV
・ WxPython
・ WXQR-FM
・ WXQW
・ WXRA
・ WXRB
・ WXRC


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

WxPerl : ウィキペディア英語版
WxPerl

wxPerl is a Perl module by Mattia Barbon, allowing the creation of graphical user interface (GUI) from Perl programming language. It is built as an XS-wrapper for the WxWidgets (C++ GUI widget toolkit). Various applications developed with wxPerl include Padre, a Perl IDE and Openkore, E-book reader. Like Perl and wxWidgets, wxPerl is free software.
== Example ==
This is a simple "Hello world" module.

use Wx;
my $app = Wx::SimpleApp->new;
my $frame = Wx::Frame->new( undef, -1, 'Hello, world!' );
$frame->Show;
$app->MainLoop;


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



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

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