Initial commit from SVN.
This commit is contained in:
12
Foundation Builder/controls/tool-item-custom.cml
Normal file
12
Foundation Builder/controls/tool-item-custom.cml
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user