FlowLayoutExampleCode: Difference between revisions
From Crumbled World Wiki
(Created page with "==Example== <syntaxhighlight lang="lua"> local panel = form:add(Panel(PanelSize(Vec2(-1)))) --Set a FlowLayout to the panel. Note that doing this i meaningless because FlowLayout is the default layout. panel:setLayout(FlowLayout()) </syntaxhighlight>") |
(No difference)
|
Latest revision as of 07:58, 6 July 2025
Example
local panel = form:add(Panel(PanelSize(Vec2(-1))))
--Set a FlowLayout to the panel. Note that doing this i meaningless because FlowLayout is the default layout.
panel:setLayout(FlowLayout())