22 lines
910 B
XML
22 lines
910 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="IconButton" extends="Group">
|
|
<children>
|
|
<Poster id="buttonBackground" uri="pkg:/images/white.9.png" />
|
|
<Poster id="buttonIcon" />
|
|
<Label id="buttonText" color="#aaaaaa" font="font:SmallestSystemFont" horizAlign="center" />
|
|
</children>
|
|
<interface>
|
|
<field id="background" type="color" value="" />
|
|
<field id="focusBackground" type="color" value="" />
|
|
<field id="text" type="string" value="" />
|
|
<field id="padding" type="integer" value="-1" />
|
|
<field id="height" type="integer" value="" />
|
|
<field id="width" type="integer" value="" />
|
|
<field id="icon" type="string" value="" />
|
|
<field id="selected" type="boolean" value="false" />
|
|
<field id="focus" type="boolean" />
|
|
<field id="escape" type="string" value="" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="IconButton.brs" />
|
|
</component>
|