Changes for version 0.51
- Bugfixes:
- Container: on cleanup the internal content list was set to undef instead to [].
- Features:
- Context: attr_depends_href extended, so it accepts a list reference of attributes an attribute depends on, not only a single attribute.
- Image: with a constant scale of 1 all magic regarding scale calculation is switched off
- Window: if a window has a FormFactory parent, FormFactory->close() is called automatically when the window is destroyed.
- Container: Print a better error message if a child of a container isn't defined.
- Notes:
- Added GPL LICENSE file to the distribution
Modules
Makes building complex GUI's easy
A Button in a FormFactory framework
A CheckButton in a FormFactory framework
A Combo in a FormFactory framework
A container in a FormFactory framework
Context in a FormFactory framework
Standard Ok, Apply, Cancel Buttons
An Entry in a FormFactory framework
An Expander in a FormFactory framework
A Form in a FormFactory framework
A HBox in a FormFactory framework
A HSeparator in a FormFactory framework
An Image in a FormFactory framework
Introduction into the FormFactory framework
A Label in a FormFactory framework
Do layout in a FormFactory framework
A List in a FormFactory framework
A Menu in a FormFactory framework
A Notebook in a FormFactory framework
A Popup in a FormFactory framework
A ProgressBar in a FormFactory framework
Proxy class for application objects
A RadioButton in a FormFactory framework
Rule checking in a FormFactory framework
Complex table layouts made easy
A ToggleButton in a FormFactory framework
A VBox in a FormFactory framework
A VSeparator in a FormFactory framework
Base class for all FormFactory Widgets
A Window in a FormFactory framework
Yes/No radio buttons in a FormFactory framework