NAME
FBP::Window - Base class for all graphical wxWindow objects
id
The id
method returns the numeric wxWidgets identifier for the window.
name
The name
method returns the logical name of the object.
label
The label
method returns the visual label for the object.
enabled
The enabled
method indicates if the object is enabled or not.
pos
The pos
method returns the position of the window.
size
The size
method returns the size of the window, if it has a specific strict size.
window_style
The window_style
method returns a set of Wx style flags that are common to all window types.
styles
The styles
method returns the merged set of all constructor style flags for the object.
You should generally call this method if you are writing code generators, rather than calling style
or window_style
methods specifically.
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 - 2010 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.