Revision Difference
DImageButton:SetImage#560548
<function name="SetImage" parent="DImageButton" type="panelfunc">
<description>Sets the "image" of the <page>DImageButton</page>. Equivalent of <page>DImage:SetImage</page>.</description>
<realm>Client and Menu</realm>
<args>
<arg name="strImage" type="string">The path of the image to load. When no file extension is supplied the VMT file extension is used.</arg>
<arg name="strBackup" type="string">The path of the backup image.</arg>
<arg name="strBackup" type="string" default="nil">The path of the backup image.</arg>
</args>
</function>