dblClickEditCellView
cdsLibManager.main dblClickEditCellView boolean { t | nil }
Description
Specifies whether the double-click action on a view name in the main Library Manager window opens a cellview for editing. If set to nil, the double-click action on a view name in the main Library Manager window opens a cellview in the Read-only mode.
GUI Equivalent
Examples
envGetVal("cdsLibManager.main" "dblClickEditCellView")
envSetVal("cdsLibManager.main" "dblClickEditCellView" 'boolean nil)
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top