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

Tie::Tk::Listbox 1.02

  Date Added: May 08, 2010  |  Visits: 769

Tie::Tk::Listbox

Report Broken Link
Printer Friendly Version


Product Homepage
Download (96 downloads)



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 advertises a Tk::Listbox subwidget. Except the DELETE and EXISTS methods, whose purpose is somewhat opaque to the author because they should not be used on arrays, all tied methods have been implemented to behave exactly as the functions that operate on ordinary Perl arrays. If you happen to find out that this is not the case, please report your discovery to the author. When tying an array to widgets other than Tk::Listbox widgets, the tying routines will extract the reference to the Tk::Listbox widget using the Subwidget method on the enclosing widget. If thats Greek to you, dont worry: Either read "Subwidget" in Tk::mega on how to use advertised widgets. Or ignore this and dont use the tied function on the tied array because you will get the Tk::Listbox widget back, not the enclosing widget as you might expect..

Requirements: No special requirements
Platforms: Linux
Keyword: Access Allows Libraries Programming Provides Similar Tietklistbox Widget Widgets
Users rating: 0/10

License: Freeware Size: 4.1 KB
USER REVIEWS
More Reviews or Write Review


TIE::TK::LISTBOX RELATED
Libraries  -  Log::Dispatch::TkText 1.007
Log::Dispatch::TkText provides a Text widget for Log::Dispatch. SYNOPSIS use Tk ; use Log::Dispatch; use Log::Dispatch::TkText ; my $dispatch = Log::Dispatch->new; my $mw = MainWindow-> new ; my $tklog = $mw->Scrolled(LogText, name =>...
5.12 KB  
Libraries  -  Pymousetrap 0.6.0
Pymousetrap provides access to a C-implemented shared library that efficiently stores information about a 2-dimensional grid (a mousetrap). The mousetrap is integer resolution, and supports works very similarly to graphics libraries; mousetraps...
35.84 KB  
Modules  -  Extra Widget Properties Set 1.1.0
It implements access control per roles and adds a widget slug html class.Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.5 or higher
 
Libraries  -  Ingperl 0.51
Ingperl module allows Perl access to Ingres databases for old ingperl scripts. SYNOPSIS &sql(...); &sql_exec(...); @values = &sql_fetch; &sql_close; @types = &sql_types; @ingtypes = &sql_ingtypes; @lengths = &sql_lengths; @nullable =...
47.1 KB  
Utilities  -  itools 0.16.7
itools is a collection of Python libraries which provides a wide range of capabilities. itools includes an abstraction over directory and file resources, a search engine, type marshallers, datatype schemas, i18n support, URI handlers, a Web...
890.88 KB  
Remote Computing Tools  -  DesktopNow Remote Computer Access 1.03
DesktopNow Free Remote Computer Access allows you to remotely log in to your computer over the internet, giving you fast and easy access to all your important files no matter where you are. If you can access the internet, you can log into your...
321.06 KB  
Networking  -  FriendFeed Widget 0.3
This plugin allows you to add a sidebar widget to your theme where you can show a list of your recent online activity, with the data provided by Friendfeed. To install it, just upload the friendfeed_widget folder to your /wp-content/plugins...
10 KB  
Modules  -  Enhanced Userreference Autocomplete Widget 6.x-1.x-de
This module provides a new widget for the userreference CCK field type.Features * Single autocomplete input for userreference field with multiple values * Works similarly to taxonomy's free-tagging autocomplete (comma-separated)CreditsThis modules...
10 KB  
Libraries  -  Elektra Project 0.6.10
The Elektra Project provides an alternative back-end for text configuration files. Instead of each program to have its own text configuration files, with a variety of formats, Elektra tries to provide a universal, hierarchical, fast and...
2.5 MB  
Libraries  -  Oraperl 1.19
Oraperl is a Perl access to Oracle databases for old oraperl scripts. SYNOPSIS eval use Oraperl; 1; || die $@ if $] >= 5; # ADD THIS LINE TO OLD SCRIPTS $lda = ⊦a_login($system_id, $name, $password) $csr = ⊦a_open($lda, $stmt [,...
368.64 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB