Initial commit from SVN.
This commit is contained in:
11
Foundation Builder/controls/cool-bar.cml
Normal file
11
Foundation Builder/controls/cool-bar.cml
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- Warning: Some layouts don't work very well with this control. The recommended layout is the form layout to allow the control to expand as required. -->
|
||||
<type name="cool-bar" extends="component" inherit-styles="true">
|
||||
<builder jar="cool-bar.jar">
|
||||
<thin-swt class="com.foundation.tcv.swt.builder.CoolBarBuilder"/>
|
||||
<thick-swt class="com.foundation.view.swt.builder.CoolBarBuilder"/>
|
||||
</builder>
|
||||
|
||||
<style name="flat"/>
|
||||
|
||||
<component type="cool-item" required="false" mulitple="true"/>
|
||||
</type>
|
||||
Reference in New Issue
Block a user