blob: 5c9d0d7400ee7381b971eb04777fe1823f89b8fe [file] [log] [blame]
<library xmlns="http://localhost/openlaszlo/lzx"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://localhost/openlaszlo/lzx ./../../../lzx.xsd">
<!---A contextual menu -->
<class name="contextmenu" extends="node">
<!--- Sets the delegate which will be called when a menu item is selected. An onselect event is also sent.-->
<attribute name="delegate" />
</class>
</library>