NAME
Tk::QuickForm::CFolderItem - Folder select entry widget for Tk::QuickForm.
SYNOPSIS
require Tk::QuickForm::CFolderItem;
my $bool = $window->CFolderItem(@options)->pack;
DESCRIPTION
Inherits Tk::QuickForm::CFileItem. Provides a folder entry with dialog for Tk::QuickForm.
You should never create an instance directly like above. This should be handled by Tk::QuickForm.
CONFIG VARIABLES
All options, except -textvariable, of Tk::Entry are available.
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.