Initial commit from SVN.

This commit is contained in:
wcrisman
2014-05-30 10:31:51 -07:00
commit b45e56b890
1968 changed files with 370949 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
<type name="group" extends="container" inherit-styles="true">
<builder jar="group.jar">
<thin-swt class="com.foundation.tcv.swt.builder.GroupBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.GroupBuilder"/>
</builder>
<style name="shadow etched in">
<alter name="shadow etched out"/>
<alter name="shadow in"/>
<alter name="shadow out"/>
<alter name="shadow none"/>
</style>
<style name="shadow etched out">
<alter name="shadow etched in"/>
<alter name="shadow in"/>
<alter name="shadow out"/>
<alter name="shadow none"/>
</style>
<style name="shadow in">
<alter name="shadow etched out"/>
<alter name="shadow etched in"/>
<alter name="shadow out"/>
<alter name="shadow none"/>
</style>
<style name="shadow out">
<alter name="shadow etched out"/>
<alter name="shadow etched in"/>
<alter name="shadow in"/>
<alter name="shadow none"/>
</style>
<style name="shadow none">
<alter name="shadow etched out"/>
<alter name="shadow etched in"/>
<alter name="shadow in"/>
<alter name="shadow out"/>
</style>
<!-- Use container-title instead.
<property name="text" type="string" required="false" allow-resource="true"/>
<association function="text" association-type="single" unique-row-type="true" getter="required" setter="none" data-type="java.lang.Object"/>
-->
</type>