NAME
Tk::FormUI::Field::Combobox - FormUI Entry field that should only be used by Tk::FormUI and not directly by the user;
VERSION
Version 0.2
SYNOPSIS
use Tk::FormUI;
ATTRIBUTES
No additional attributes.
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.