NAME

Tk::QuickForm::CFileItem - File select entry widget for Tk::QuickForm.

SYNOPSIS

require Tk::QuickForm::CFileItem;
my $bool = $window->CFileItem(@options)->pack;

DESCRIPTION

Inherits Tk::QuickForm::CTextItem. Provides a file entry with dialog for Tk::QuickForm.

You should never create an instance directly like above. This should be handled by Tk::QuickForm.

CONFIG VARIABLES

CONFIG VARIABLES

All options, except -textvariable, of Tk::Entry are available.

Switch: -image

Image to be used for the dialog button.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

BUGS

Unknown. If you find any, please contact the author.

SEE ALSO

Tk::QuickForm
Tk::QuickForm::CBaseClass
Tk::QuickForm::CTextItem