NAME
FBP::Sizer - Base class for all sizers
DESCRIPTION
FBP::Sizer is the base class for a sizer objects in Wx.
METHODS
name
The name
accessor provides the logical name of the sizer. This must be named uniquely within each top level wxFormBuilder object, and is a required field.
Returns the name as a string.
minimum_size
The minimum_size
method returns a comma-separated pair of integers representing the minimum size for the window, or a zero-length string if no minimum size is defined for the sizer.
SUPPORT
Bugs should be reported via the CPAN bug tracker at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=FBP
For other issues, or commercial enhancement or support, contact the author.
AUTHOR
Adam Kennedy <adamk@cpan.org>
COPYRIGHT
Copyright 2009 - 2012 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.