Initial commit from SVN.
This commit is contained in:
14
Foundation Builder/controls/font-size-combo.cml
Normal file
14
Foundation Builder/controls/font-size-combo.cml
Normal file
@@ -0,0 +1,14 @@
|
||||
<type name="font-size-combo" extends="component" inherit-styles="true">
|
||||
<builder jar="font-combo.jar">
|
||||
<thin-swt class="com.foundation.tcv.swt.builder.FontSizeComboBuilder"/>
|
||||
<thick-swt class="com.foundation.view.swt.builder.FontSizeComboBuilder"/>
|
||||
</builder>
|
||||
|
||||
<property name="selection" type="integer" required="false"/>
|
||||
<property name="auto-synchronize-selection" type="boolean" required="false"/>
|
||||
|
||||
<association function="selection" association-type="single" unique-row-type="true" getter="optional" setter="optional" data-type="java.lang.Integer"/>
|
||||
|
||||
<link-source function="selection" data-type="java.lang.Integer"/>
|
||||
<link-target function="selection" data-type="java.lang.Integer"/>
|
||||
</type>
|
||||
Reference in New Issue
Block a user