Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asb-capfan/tk-fileentry
Entry widget with button and dialog to choose a file
https://github.com/asb-capfan/tk-fileentry
gui perl tk ui-components
Last synced: 7 days ago
JSON representation
Entry widget with button and dialog to choose a file
- Host: GitHub
- URL: https://github.com/asb-capfan/tk-fileentry
- Owner: asb-capfan
- License: other
- Created: 2014-07-29T19:00:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T02:53:32.000Z (about 4 years ago)
- Last Synced: 2023-03-10T20:08:10.055Z (almost 2 years ago)
- Topics: gui, perl, tk, ui-components
- Language: Perl
- Homepage: https://metacpan.org/pod/Tk::FileEntry
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Tk-FileEntry
============This Perl/Tk widget provides an Entry widget with a button. Clicking
the button will open a choose file dialog. The path of the chosen file
will be inserted into the Entry widget.This is useful if you want to provide a convenient way to select a
file path. Otherwise, you would have to code this feature over and
over again.You can read a nicely formatted version of the documentation for
this module online:https://metacpan.org/pod/Tk::FileEntry
INSTALLATION
You should be able to install this using your usual method for installing
modules from CPAN. If you don't have one, have a look at:http://www.cpan.org/modules/INSTALL.html
DEPENDENCIES
This module requires some other modules and libraries.
See Makefile.PL for a detailed list. If you are going to install
via cpan shell or PPM, you don't have to care about.COPYRIGHT AND LICENSE
Copyright (C) 2013-2020 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.16.3 or,
at your option, any later version of Perl 5 you may have available.