Revision Difference
Panel:StretchToParent#510768
<function name="StretchToParent" parent="Panel" type="classfunc">⤶
<description>Sets the dimensions of the panel to fill its parent. It will only stretch in directions that aren't nil.</description>⤶
<realm>Client</realm>⤶
<args>⤶
<arg name="offsetLeft" type="number">The left offset to the parent.</arg>⤶
<arg name="offsetTop" type="number">The top offset to the parent.</arg>⤶
<arg name="offsetRight" type="number">The right offset to the parent.</arg>⤶
<arg name="offsetBottom" type="number">The bottom offset to the parent.</arg>⤶
</args>⤶
</function>⤶
⤶