Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asb-capfan/tk-tipentry
An entry with tooltip in the entry if it's empty
https://github.com/asb-capfan/tk-tipentry
gui perl tk ui-components
Last synced: 9 days ago
JSON representation
An entry with tooltip in the entry if it's empty
- Host: GitHub
- URL: https://github.com/asb-capfan/tk-tipentry
- Owner: asb-capfan
- Created: 2014-08-01T21:32:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T18:29:26.000Z (almost 9 years ago)
- Last Synced: 2023-03-10T20:08:11.358Z (almost 2 years ago)
- Topics: gui, perl, tk, ui-components
- Language: Perl
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Tk-TipEntry
========================This widget is derived from L. 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 (C<$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.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
Tk
Test::More
Test::PodCOPYRIGHT AND LICENCE
Copyright (C) 2012 - 2016 by Alexander Becker
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.