Initial commit from SVN.
This commit is contained in:
15
Foundation Builder/controls/menu.cml
Normal file
15
Foundation Builder/controls/menu.cml
Normal file
@@ -0,0 +1,15 @@
|
||||
<type name="menu" extends="menu-abstract" inherit-styles="true">
|
||||
<builder jar="menu.jar">
|
||||
<thin-swt class="com.foundation.tcv.swt.builder.MenuBuilder"/>
|
||||
<thick-swt class="com.foundation.view.swt.builder.MenuBuilder"/>
|
||||
</builder>
|
||||
|
||||
<!-- Whether the selection method is called synchronously (in other words the thread waits for a response before returning control to the user). -->
|
||||
<property name="synchronous-selection" type="boolean" required="false" default="false" allow-resource="false"/>
|
||||
|
||||
<!-- The method called when the menu is selected. -->
|
||||
<method function="selection" required="false" multiple="false" requires-value-holder="true"/>
|
||||
|
||||
<link-source function="selection" data-type=""/>
|
||||
<link-target function="selection" data-type=""/>
|
||||
</type>
|
||||
Reference in New Issue
Block a user