Initial commit from SVN.
This commit is contained in:
20
Foundation Builder/controls/row-layout-data.cml
Normal file
20
Foundation Builder/controls/row-layout-data.cml
Normal file
@@ -0,0 +1,20 @@
|
||||
<type name="row-layout-data" extends="layout-data">
|
||||
<builder jar="row-layout-data.jar">
|
||||
<thin-swt class="com.foundation.tcv.swt.builder.RowLayoutDataBuilder"/>
|
||||
<thick-swt class="com.foundation.view.swt.builder.RowLayoutDataBuilder"/>
|
||||
</builder>
|
||||
|
||||
<property name="width" type="positive-integer" required="false"/>
|
||||
<property name="height" type="positive-integer" required="false"/>
|
||||
<property name="exclude" type="boolean" required="false" default="false"/>
|
||||
<!-- The alignment used for the axis opposite the row direction. This overrides the layout's default alignment. -->
|
||||
<property name="alignment" type="string" required="false" default="none">
|
||||
<values>
|
||||
<value name="beginning"/>
|
||||
<value name="center"/>
|
||||
<value name="end"/>
|
||||
<value name="fill"/>
|
||||
<value name="none"/>
|
||||
</values>
|
||||
</property>
|
||||
</type>
|
||||
Reference in New Issue
Block a user