NAME
Tk::FormUI::Field::Directory - FormUI Directory selection field that should only be used by Tk::FormUI and not directly by the user;
VERSION
Version 1.05
SYNOPSIS
use Tk::FormUI;
ATTRIBUTES
trim_leading
If true, trim leading whitespace characters before returning the value
DEFAULT: 1
trim_trailing
If true, trim trailing whitespace characters before returning the value
DEFAULT: 1
browse_label
Label for the browse button
DEFAULT: "Browse"
METHODS
value()
- Description
-
Return the current value of the field
- Parameters
-
NONE
- Return
-
NONE
build_widget($parent)
- Description
-
Build the widget associated with this field
- Parameters
-
$parent - Parent widget for this widget
- Return
-
Widget object
AUTHOR
Paul Durden <alabamapaul AT gmail.com>
COPYRIGHT & LICENSE
Copyright (C) 2015 by Paul Durden.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.