Changes for Perl extension FBP 0.20 Tue 1 Mar 2011 - Added FBP::Window::fg attribute - Added FBP::Window::bg attribute 0.19 Tue 1 Mar 2011 - Added FBP::SpinCtrl class - Added FBP::FontPickerCtrl class - Added FBP::ColourPickerCtrl class - Added FBP::FilePickerCtrl class - Added FBP::DirPickerCtrl class - Added FBP::StaticText::wrap attribute - Moved permissions attribute to FBP::Object 0.18 Mon 28 Feb 2011 - Added FBP::SplitterWindow::permission attribute - Added FBP::HtmlWindow::permission attribute - FBP::HtmlWindow is no longer a FBP::Panel subclass 0.17 Mon 28 Feb 2011 - Updating copyright year - Added FBP::Listbook class - Added FBP::ListbookPage class - Added FBP::SplitterWindow class - Added FBP::SplitterItem class 0.16 Thu 20 Sep 2010 - Changed FBP::Control to a subclass of FBP::Window - Changed control classes to inherit directly from FBP::Control - Added FBP::ControlWithItems class - Changed FBP::Choice, FBP::ListBox and FBP::ComboBox classes to inherit from FBP::ControlWithItems. 0.15 Wed 29 Sep 2010 - Added FBP::Window::subclass attribute - Added FBP::Window::wxclass method 0.14 Sun 1 Aug 2010 - Removed FBP::Window::label attribute - Added FBP::Dialog::title attribute - Added FBP::StaticText::label attribute - Added FBP::Button::label attribute - Added FBP::StaticBoxSizer::label attribute - Added FBP::CheckBox::label attribute 0.13 Sat 31 Jul 2010 - Added FBP::TextCtrl class - Added FBP::FlexGridSizer class - Added FBP::StaticBoxSizer class 0.12 Wed 14 Jul 2010 - Added FBP::GridSizer class 0.11 Sun 11 Jul 2010 - Added FBP::Panel class - Added FBP::Control::permission attribute - Added FBP::Sizer::permission attribute - FBP::StaticText now uses role FBP::Control - FBP::StaticLine now uses role FBP::Control - FBP::HtmlWindow now extends FBP::Panel 0.10 Fri 8 Jul 2010 - Added FBP::KeyEvent role - Added FBP::MouseEvent role - Added FBP::FocusEvent role - Added about 50 class-specific role attributes 0.09 Thu 8 Jul 2010 - Added FBP::StaticLine::style attribute - Added FBP::Window::window_style attribute - Added FBP::Window::styles method 0.08 Thu 8 Jul 2010 - Added FBP::HtmlWindow test - Added FBP::HtmlWindow::style attribute 0.07 Thu 8 Jul 2010 - Added FBP::ListBox class - Added FBP::ListCtrl test - Added FBP::ListCtrl::style attribute 0.06 Sat 3 Jul 2010 - Added FBP::Choice class - Added FBP::Spacer attribute - Added FBP::Spacer attribute 0.05 Fri 25 Jun 2010 - Switching to Mouse so we don't have to load Moose in Padre - Added FBP::ComboBox::value attribute - Added FBP::ComboBox::style attribute 0.04 Wed 23 Jun 2010 - Added FBP::Control role - Added FBP::CheckBox class - Added FBP::ComboBox class - Added FBP::HtmlWindow class - Added FBP::ListCtrl class - Added FBP::Spacer class - Moved FBP::Button::default --> FBP::Control::default 0.03 Wed 23 Jun 2010 - Added FBP::Children::find method - Added FBP::Window::pos attribute - Added FBP::Window::size attribute - Added FBP::Sizer::name attribute - Added FBP::BoxSizer::orient attribute 0.02 Mon 21 Jun 2010 - Updating Moose dependency to 1.05 - Added search method FBP->find_first - Added a variety of other stuff 0.01 Mon 21 Jun 2010 - Created the initial implementation