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.195.554 Times

Tk Perl Option Com Sectionex freeware
Filter: All | Freeware | Demo
 

Tk Perl Option Com Sectionex

< 1 2 3 4 5 > 
Added: March 19, 2010 | Visits: 998

Tk::Image::Cut Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. SYNOPSIS use Tk::Image::Cut; my $mw = MainWindow->new(); $mw->title("Picture-Cutter"); $mw->geometry("+5+5"); my $cut = $mw->Cut()->grid(); $mw->Button( -text => "Exit", -command => sub { exit(); },...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Tk::Image::Cut Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 449

VisualCamel - WYSIWYG Perl/Tk GUI Design VisualCamel is a WYSIWYG Graphical Perl/Tk GUI creator. VisualCamel is an attempt to create a Perl/Tk GUI editor that resembles Microsoft's Visual Basic.





Platforms: Windows, Mac, Linux

License: Freeware Size: 4.73 MB Download (56): VisualCamel - WYSIWYG Perl/Tk GUI Design Download

Added: May 11, 2010 | Visits: 883

Tk::Help Tk::Help is simple widget for creating a help system for Perl/Tk applications. SYNOPSIS use Tk::Help; my $help = $main->Help(-variable => @array); This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Tk::Help Download

Added: January 24, 2010 | Visits: 1.009

Tk::Gpack Tk::Gpack module contains abbreviated geometry arguments for pack, grid and place geometry managers. This module exports four functions for each of the different geometry mananers into the Tk namespace. These functions provide a variety of styles for controlling the indevidual geometry of one,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Tk::Gpack Download

Added: September 14, 2010 | Visits: 905

Perl::Critic::Config Perl::Critic::Config is a Perl module to find and load Perl::Critic user-preferences. Perl::Critic::Config takes care of finding and processing user-preferences for Perl::Critic. The Config object defines which Policy modules will be loaded into the Perl::Critic engine and how they should be...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Perl::Critic::Config Download

Added: June 11, 2010 | Visits: 877

Tk::ContextHelp Tk::ContextHelp is a context-sensitive help with perl/Tk. SYNOPSIS use Tk::ContextHelp; $ch = $top->ContextHelp; $ch->attach($widget, -msg => ...); $ch->HelpButton($top)->pack; $ch2 = $top->ContextHelp(-podfile => "perlfaq"); $ch2->attach($widget2, -pod => description); ContextHelp...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Tk::ContextHelp Download

Added: May 04, 2010 | Visits: 687

Tk::CmdLine Tk::CmdLine contains process standard X11 command line options and set initial resources. SYNOPSIS Tk::CmdLine::SetArguments([@argument]); my $value = Tk::CmdLine::cget([$option]); Tk::CmdLine::SetResources((@resource | $resource) [, $priority]); Tk::CmdLine::LoadResources( [ -symbol...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (92): Tk::CmdLine Download

Added: February 13, 2010 | Visits: 711

Tk::Optionmenu Tk::Optionmenu will let the user select one of some predefined options values. SYNOPSIS use Optionmenu; $opt = $w->Optionmenu( -options => REFERENCE_to_OPTIONLIST, -command => CALLBACK, -variable => SCALAR_REF, ); $opt->addOptions( OPTIONLIST ); # OPTION LIST is # a) $val1, $val2,...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::Optionmenu Download

Added: April 12, 2010 | Visits: 964

Tk::Mirror Tk::Mirror is a Perl extension for a graphic user interface to update local or remote directories in both directions. SYNOPSIS # in the simplest kind and manner use Tk::Mirror; use Tk; my $mw->MainWindow->new(); $mw->Mirror()->grid(); MainLoop(); # in a detailed kind use Tk; use...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Tk::Mirror Download

Added: September 24, 2010 | Visits: 1.109

Tk::Image::Calculation Tk::Image::Calculation is a Perl extension for graphic calculations. SYNOPSIS #------------------------------------------------- use Tk::Image::Calculation; my @points_oval = (10, 10, 30, 50); my @points_circle = (20, 20, 60, 60); my @points_polygon = (136, 23, 231, 55, 463, 390, 338, 448,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Tk::Image::Calculation Download

Added: July 01, 2010 | Visits: 764

Devel::tcltkdb Devel::tcltkdb is a Perl debugger using a Tk GUI. tcltkdb is a debugger for perl that uses perl+Tcl/Tk for a user interface..


Platforms: *nix

License: Freeware Size: 317.44 KB Download (91): Devel::tcltkdb Download

Added: February 24, 2010 | Visits: 871

Devel::ptkdb Devel::ptkdb is a Perl debugger using a Tk GUI. ptkdb is a debugger for perl that uses perlTk for a user interface..


Platforms: *nix

License: Freeware Size: 38.91 KB Download (95): Devel::ptkdb Download

Added: March 21, 2010 | Visits: 1.043

ptkmixer ptkmixer is a Perl Tk Audio Mixer with an easy-to-use GUI. You will need to have Tk and Audio-Mixer perl modules to run the program.Look in the documentation section for information how to install perl modules. Tested on Peanut Linux . Type make install for default install..


Platforms: *nix

License: Freeware Size: 14.34 KB Download (131): ptkmixer Download

Added: October 22, 2010 | Visits: 677

Tk_CreateImageType Tk_CreateImageType is a Perl module to define new kind of image. SYNOPSIS #include < tk.h > Tk_CreateImageType(typePtr) ClientData Tk_GetImageMasterData(interp, name, typePtrPtr) ARGUMENTS Tk_ImageType *typePtr (in) Structure that defines the new type of image. Must be static: a...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (89): Tk_CreateImageType Download

Added: June 23, 2010 | Visits: 943

Exploring Exploring Tk::JComboBox Perl module contains a tutorial for usage of the Tk::JComboBox widget. Overview This tutorial assumes a familiarity with basic Perl/Tk concepts. It is meant to be used alongside the JComboBox class reference. What is it and what is it good for? JComboBox is yet...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (100): Exploring Download

Added: June 15, 2010 | Visits: 982

Tk::NumEntry Tk::NumEntry is a numeric Entry widget with inc. & dec. Buttons. SYNOPSIS use Tk::NumEntry; $parent->NumEntry(?-option=>value, ...?); Tk::NumEntry defines a widget for entering integer numbers. The widget also contains buttons for increment and decrement. Tk::NumEntry supports all the...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Tk::NumEntry Download

Added: May 08, 2010 | Visits: 767

Tie::Tk::Listbox Tie::Tk::Listbox provides allows to access Tk::Listbox and similar widgets as arrays. The Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Tie::Tk::Listbox Download

Added: May 01, 2010 | Visits: 1.192

App::Options App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do something with the options (in %App::options) use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): App::Options Download

Added: June 17, 2010 | Visits: 662

Tk::bindtags Tk::bindtags can determine which bindings apply to a window, and order of evaluation. SYNOPSIS $widget->bindtags([tagList]); @tags = $widget->bindtags; When a binding is created with the bind command, it is associated either with a particular window such as $widget, a class name such as...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::bindtags Download

Added: June 04, 2010 | Visits: 972

Tk::event Tk::event contains miscellaneous event facilities: define virtual events and generate events. SYNOPSIS $widget->eventAction(?arg, arg, ...?); The eventAction methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events....


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::event Download

< 1 2 3 4 5 >