actionDoubleClick

Typemessage
Dictionarywidget.treeview
LibraryTree View
Syntax
actionDoubleClick <pPath>
Associationscom.livecode.widget.treeview
Summary

Sent when a leaf node of the tree view is double-clicked.

Parameters
NameTypeDescription
pPath

The path to the clicked element

Description

The actionDoubleClick message is sent to the widget's script object when a row of the widget is double-clicked. The pPath parameter contains the path to the element whose row was clicked.