Garry's Mod Wiki

Revision Difference

DForm:ListBox#513127

<function name="ListBox" parent="DForm" type="panelfunc"> <ispanel>yes</ispanel> <description>Adds a <page>DListBox</page> onto the <page>DForm</page></description> <realm>Client</realm> <args> <arg name="label" type="string">The label to set on the DListBox</arg> </args> <rets> <ret name="" type="Panel">The created <page>DListBox</page></ret> <ret name="" type="Panel">The created <page>DLabel</page></ret> </rets> </function>