1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 06:54:58 +00:00
serenity/Base/usr/share/man/man5/GML
kleines Filmröllchen dec066fa5c GMLCompiler: Add common pattern for a user-defined fallible initializer
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.
2024-01-29 05:21:48 -07:00
..
Widget Base: Document NumericInput properties 2024-01-11 11:36:27 +00:00
CoreObject.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00
Define-property.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00
Define-widget.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00
Layout-HorizontalBoxLayout.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00
Layout-VerticalBoxLayout.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00
Layout.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00
Syntax.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00
UI-Dimensions.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00
Usage.md GMLCompiler: Add common pattern for a user-defined fallible initializer 2024-01-29 05:21:48 -07:00
Widget.md Base: Move GML documentation into subsection 2023-01-02 06:15:13 -07:00