Files
Brainstorm/Foundation Builder/controls/tool-item-custom.cml

13 lines
453 B
Plaintext
Raw Normal View History

2014-05-30 10:31:51 -07:00
<type name="tool-item-custom" extends="tool-item-abstract" inherit-styles="true">
<builder jar="tool-item.jar">
<thin-swt class="com.foundation.tcv.swt.builder.ToolItemBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.ToolItemBuilder"/>
</builder>
<style name="separator" required="true"/>
<property name="width" type="positive-integer" required="false"/>
<component type="component" required="true" mulitple="false"/>
</type>