Tk-FileEntry

 view release on metacpan or  search on metacpan

lib/Tk/FileEntry.pm  view on Meta::CPAN

package Tk::FileEntry;

use 5.008008;
use strict;
use warnings;
use Tk;
use Tk::widgets qw/ Frame Derived Widget Label Entry Button /;
use base qw/ Tk::Derived Tk::Frame /;

our $VERSION = '2.4';

Construct Tk::Widget 'FileEntry';

my $FILEBITMAP = undef;

=head1 NAME

Tk::FileEntry - FileEntry widget with optional file selection box



( run in 1.041 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )