Tie::Tk::Listbox

Current version is 1.02.

Download

Distribution from this site.
CPAN site

README

Tie::Tk::Listbox
================

INTRODUCTION

Tie::Tk::Listbox - 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.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install
   pray

DEPENDENCIES

This module requires these other modules and libraries:

   Test::More
   Tk
   Tk::Scrolled
   Tk::Listbox

COPYRIGHT AND LICENCE

Copyright (C) 2003 Steffen Mueller, all rights reserved.

Author can be reached at 

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 


	

Documentation

Tie::Tk::Listbox

Change Log

Revision history for Perl extension Tie::Tk::Listbox.

1.02  Fri Jun 30 21:21:41 2006
	- Reordered distribution:
	--> Added t/ directory.
	--> Added POD tests.

1.01  Fri Mar 28 16:27:12 2003
	- Changed namespaces to Tie::Tk::Listbox

1.00  Tue Mar 25 21:33:33 2003
	- original version as uploaded to CPAN



    

(c) 2002-2010 Steffen Müller; All rights reserved.

Valid HTML 4.0!