Tk::TipEntry

An entry with tooltip in the entry if it's empty
Download

Tk::TipEntry Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alexander Becker
  • Publisher web site:
  • http://search.cpan.org/~asb/

Tk::TipEntry Tags


Tk::TipEntry Description

Tk::TipEntry is a Perl module derived from Tk::Entry. It implements an other kind of tooltip, that is displayed inside the entry when it's empty. The tooltip will be removed, if the entry gets the focus and reinserted, if the entry loses the focus and it's value is empty ($entry-get() eq ''>).In addition, the entry evaluates the escape-key. If the entry has the focus and the escape-key is pressed, the original input will be restored. If there is no previous input, the tooltip will be displayed again.SYNOPSIS use strict; use Tk::TipEntry; my $entry = $parent->FilterEntry( -tip => 'Search...', # will be the default hint text when entry is empty ); $entry->pack();Product's homepage


Tk::TipEntry Related Software