20 lines
774 B
Plaintext
20 lines
774 B
Plaintext
|
|
<type name="sash-form" extends="container" inherit-styles="true">
|
||
|
|
<builder jar="sash-form.jar">
|
||
|
|
<thin-swt class="com.foundation.tcv.swt.builder.SashFormBuilder"/>
|
||
|
|
<thick-swt class="com.foundation.view.swt.builder.SashFormBuilder"/>
|
||
|
|
</builder>
|
||
|
|
|
||
|
|
<style name="smooth"/>
|
||
|
|
<style name="horizontal">
|
||
|
|
<alter name="vertical"/>
|
||
|
|
</style>
|
||
|
|
<style name="vertical">
|
||
|
|
<alter name="horizontal"/>
|
||
|
|
</style>
|
||
|
|
|
||
|
|
<!-- A comma delimited list of weights (positive integers) for the components. Spacing is ignored. -->
|
||
|
|
<property name="weights" type="string" required="false"/>
|
||
|
|
<!-- Currently only two components may be specified. Additional components not supported. TODO: Allow N components where N > 1. -->
|
||
|
|
<component type="component" required="false" mulitple="true"/>
|
||
|
|
</type>
|