Initial commit from SVN.
This commit is contained in:
10
Foundation Builder/controls/fill-layout-data.cml
Normal file
10
Foundation Builder/controls/fill-layout-data.cml
Normal file
@@ -0,0 +1,10 @@
|
||||
<type name="fill-layout-data" extends="layout-data">
|
||||
<builder jar="fill-layout-data.jar">
|
||||
<thin-swt class="com.foundation.tcv.swt.builder.FillLayoutDataBuilder"/>
|
||||
<thick-swt class="com.foundation.view.swt.builder.FillLayoutDataBuilder"/>
|
||||
</builder>
|
||||
|
||||
<!-- The default width and height will override the control's reported preferred width and height. -->
|
||||
<property name="default-width" type="positive-integer" required="false"/>
|
||||
<property name="default-height" type="positive-integer" required="false"/>
|
||||
</type>
|
||||
Reference in New Issue
Block a user