Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.147 Times

Etk freeware
 

Etk

Added: May 09, 2010 | Visits: 814

Etk Etk is a Perl bindings for the Enlightened ToolKit (Etk). SYNOPSIS use Etk; my $win = Etk::Window->new(); my $button = Etk::Button->new(); $button->LabelSet("Click me!"); $win->Add($button); $win->ShowAll(); $button->SignalConnect("clicked", &clicked_cb); Etk::Main::Run(); sub...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (93): Etk Download

Added: March 10, 2010 | Visits: 594

Etk::Constants Etk::Constants is a Perl module with costants to use with Etk. SYNOPSIS use Etk::Constants qw/ButtonsOk ButtonsClose/; # use Etk::Constants qw/:messagedialog/; # use Etk::Constants qw/:all/; This module contains constants to use while building Etk apps. The constants have numerical...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): Etk::Constants Download