Initial commit from SVN.
This commit is contained in:
21
Foundation Builder/controls/tool-bar.cml
Normal file
21
Foundation Builder/controls/tool-bar.cml
Normal file
@@ -0,0 +1,21 @@
|
||||
<!-- 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="tool-bar" extends="component" inherit-styles="true">
|
||||
<builder jar="tool-bar.jar">
|
||||
<thin-swt class="com.foundation.tcv.swt.builder.ToolBarBuilder"/>
|
||||
<thick-swt class="com.foundation.view.swt.builder.ToolBarBuilder"/>
|
||||
</builder>
|
||||
|
||||
<style name="flat"/>
|
||||
<style name="wrap"/>
|
||||
<style name="right"/>
|
||||
<style name="shadow out"/>
|
||||
|
||||
<style name="horizontal">
|
||||
<alter name="vertical"/>
|
||||
</style>
|
||||
<style name="vertical">
|
||||
<alter name="horizontal"/>
|
||||
</style>
|
||||
|
||||
<component type="tool-item-abstract" required="false" mulitple="true"/>
|
||||
</type>
|
||||
Reference in New Issue
Block a user