Revision Difference
Panel:SetPaintBackgroundEnabled#561846
<function name="SetPaintBackgroundEnabled" parent="Panel" type="classfunc">
<description>Sets whenever all the default background of the panel should be drawn or not.</description>
<description>Sets whether the default background of the panel should be drawn or not. It's color is usually set by <page>Panel:SetBGColor</page>.</description>
<realm>Client and Menu</realm>
<args>
<arg name="paintBackground" type="boolean">Whenever to draw the background or not.</arg>
<arg name="paintBackground" type="boolean">Whether to draw the background or not.</arg>
</args>
</function>