blob: 3317346886420ea1f68d6aa1aae28a81494f0fb9 (
plain)
1
2
3
4
5
6
|
<multi>
<slot bind:child="wgtNormal" bind:ref="refNormal"/>
<slot bind:child="wgtDisabled" bind:ref="refDisabled"/>
<slot bind:child="wgtHover" bind:ref="refHover"/>
<slot bind:child="wgtPressed" bind:ref="refPressed"/>
</multi>
|