Category Archives: Uncategorized

Widget Assembler Notes

The Gui_DynamicGrid_Layout class is used when “Entity Images” are being displayed and its implementation does not make use of the Gui_Layout_Interface. You’d think Gui_ImageWidgetEx would implement Gui_Layout_Interface but it does not. What’s a little more uncomfortable is the relationship between the widget interface, layout classes and the Gui_WidgetAssemblerEx. Where the dynamic layout does not use [...]