mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 18:52:08 +00:00
Many widget classes need to run substantial initialization code after they have been setup from GML. With this change, an initialize_fallibles() function is called if available, allowing the initialization to be invoked from the GML setup automatically. This means that the GML-generated creation function can now be used directly for many more cases, and reduces code duplication. |
||
|---|---|---|
| .. | ||
| Widget | ||
| CoreObject.md | ||
| Define-property.md | ||
| Define-widget.md | ||
| Layout-HorizontalBoxLayout.md | ||
| Layout-VerticalBoxLayout.md | ||
| Layout.md | ||
| Syntax.md | ||
| UI-Dimensions.md | ||
| Usage.md | ||
| Widget.md | ||