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

Coolstreaming Tk freeware
Filter: All | Freeware | Demo
 

Coolstreaming Tk

< 1 2 3 4 5 > 
Added: February 13, 2010 | Visits: 713

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 (92): Tk::Optionmenu Download

Added: September 11, 2010 | Visits: 487

Tk::Tiler Tk::Tiler is a scrollable frame with sub-widgets arranged into rows. SYNOPSIS use Tk::Tiler; my $tl = $parent->Scrolled(Tiler, -columns => n, -rows => n); my $a = $tl->Xxxxx(...); my $b = $tl->Xxxxx(...); my $c = $tl->Xxxxx(...); $tl->Manage($a,$b,$c); Tiler is derived form...





Platforms: *nix

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

Added: November 21, 2010 | Visits: 855

TkHTMLtidy TkHTMLtidy is a Tcl/Tk front-end for tidy, the W3C utility to clean up and pretty print HTML/XHTML/XML. It includes support for most of tidys options..


Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): TkHTMLtidy Download

Added: April 23, 2010 | Visits: 892

Aejaks Aejaks is a windowing toolkit for rapid development of AJAX-enabled Web applications. It combines the powerful simplicity of the Tcl language with the Java-based Echo2 browser-independent windowing system. Aejaks applications are written in a single scripting language, without need to write any...


Platforms: *nix

License: Freeware Size: 19.5 MB Download (92): Aejaks Download

Added: January 18, 2010 | Visits: 990

GameFOX TK GameFOX TK is a Firefox extension that improves browsing of the GameFAQs message boards.. For Blood Money on the Commodore 64, GameFAQs presents a message board for game discussion and help.


Platforms: *nix

License: Freeware Size: 81.92 KB Download (91): GameFOX TK Download

Added: June 17, 2010 | Visits: 664

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: 977

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

Added: July 01, 2010 | Visits: 766

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: May 22, 2010 | Visits: 1.005

Tk_CreateItemType Tk_CreateItemType is a Perl module that define new kind of canvas item. SYNOPSIS #include Tk_CreateItemType(typePtr) Tk_ItemType * Tk_GetItemTypes() ARGUMENTS Tk_ItemType *typePtr (in) Structure that defines the new type of canvas item. INTRODUCTION Tk_CreateItemType is...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk_CreateItemType Download

Added: May 04, 2010 | Visits: 781

Alicq Alicq is a pure Tcl/Tk implementation of ICQ client. Alicq has flexible modularized architecture, support for ICQv8 (ICQ2000/OSCAR) protocol. Why would you use it? - It is small - It is modular and extendable in best tradition of the Tcl scripting language. New modules are easy to write, and...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (90): Alicq Download

Added: November 09, 2010 | Visits: 943

Jarl Jarl is a Perl/Tk Client. It strives to provide full functionality with every aspect of the Jabber IM system. It currently supoprts messaging, chat, groupchat, ICQ, AIM, and IRC support. This package includes also the perlo modules required for this release. To install Jarl just run the...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (90): Jarl Download

Added: May 11, 2010 | Visits: 886

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 (89): Tk::Help Download

Added: August 04, 2010 | Visits: 747

Tk::JComboBox Tk::JComboBox is a Perl module that can create and manipulate JComboBox widgets. SYNOPSIS $jcb = $parent->JComboBox(?options); JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (89): Tk::JComboBox Download

Added: September 10, 2010 | Visits: 681

Tk::Getopt Tk::Getopt is a user configuration window for Tk with interface to Getopt::Long. SYNOPSIS use Tk::Getopt; @opttable = ([opt1, =s, default], [opt2, !, 1], ...); $opt = new Tk::Getopt(-opttable => @opttable, -options => %options, -filename => "$ENV{HOME}/.options"); $opt->set_defaults; #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Tk::Getopt Download

Added: February 18, 2010 | Visits: 708

Tk::SplitFrame Tk::SplitFrame is a geometry manager for scaling two subwidgets. SYNOPSIS use Tk; use Tk::SplitFrame; my $MainWindow = MainWindow->new(); my $SplitFrame = $MainWindow->SplitFrame ( -orientation => vertical, -trimcolor => #c7c7c7, -background => white, -sliderposition => 60,...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (88): Tk::SplitFrame Download

Added: January 18, 2010 | Visits: 828

Tk::PerlMethodList Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents. SYNOPSIS require Tk::PerlMethodList; my $instance = $main_window->PerlMethodList(); Tk::PerlMethodList is a Tk::Toplevel-derived widget. The window...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): Tk::PerlMethodList Download

Added: November 14, 2010 | Visits: 733

Tk::MultiMediaControls Tk::MultiMediaControls is a Perl module to create media player control buttons. SYNOPSIS $mmc = $parent->MultiMediaControls(-option => value, ... ); Create multimedia controls similar to that found on Apple applications like QuickTime, iMovie, iDVD, iTunes, etcetera. This mega-widget...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): Tk::MultiMediaControls Download

Added: August 08, 2010 | Visits: 1.074

Tk::after Tk::after can execute a command after a time delay. SYNOPSIS $widget->after(ms) $id = $widget->after(ms?,callback?) $id = $widget->repeat(ms?,callback?) $widget->afterCancel($id) $id = $widget->afterIdle(callback) $widget->afterInfo?($id)? $id->time(?delay?) This method is used to...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (87): Tk::after Download

Added: June 21, 2010 | Visits: 936

Tk::callbacks Tk::callbacks allows specifying code for Tk to call. SYNOPSIS One can specify a callback in one of the following ways: Without arguments: ... => ⊂name, ... ... => sub { ... }, ... ... => methodname, ... or with arguments: ... => [ ⊂name ?, args ...? ], ... ... => [ sub { ... }...


Platforms: *nix

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

Added: May 10, 2013 | Visits: 363

MultiListbox Tkinter widget This script is a compound widget that gangs multiple Tk Listboxes to a single scrollbar to achieve a simple multicolumn scrolled listbox. Most of the Listbox API is mirrored to make it act like the normal Listbox but with multiple values per row.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): MultiListbox Tkinter widget Download

< 1 2 3 4 5 >