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