NAME
FBP - Parser and Object Model for wxFormBuilder Project Files (.fpb
files)
SYNOPSIS
my $object = FBP->new;
$object->parse_file( 'MyProject.fbp' );
DESCRIPTION
NOTE: Documentation is limited as this module is in active development
wxFormBuilder is currently the best and most sophisticated program for
designing wxWidgets dialogs, and generating the code for
more»
Changes for Perl extension FBP
0.39 Mon 9 Jan 2012
- Moved FBP::HyperLink to FBP::HyperlinkCtrl
0.38 Tue 27 Sep 2011
- Added FBP::Project::encoding method
- Added FBP::Project::namespace method
0.37 Wed 20 Jul 2011
- Updating Mouse dependency to 0.90 to get ->DOES support
0.36 Wed 6 Jul 2011
- Added missing rows methods to FBP::Grid
- FBP::Window no longer inherits from FBP::Children, bu
more»
Terms of Perl itself
a) the GNU General Public License as published by the Free
Software Foundation; either version 1, or (at your option) any
later version, or
b) the "Artistic License"
----------------------------------------------------------------------------
The General Public License (GPL)
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
C
more»