l_bind_layer_delete {loon} | R Documentation |
Delete a layer binding
Description
Remove a layer binding
Usage
l_bind_layer_delete(widget, id)
Arguments
widget |
widget path as a string or as an object handle |
id |
layer binding id |
Details
Bindings, callbacks, and binding substitutions are described in detail in
loon's documentation webpage, i.e. run l_help("learn_R_bind")
See Also
l_bind_layer
, l_bind_layer_ids
,
l_bind_layer_get
, l_bind_layer_reorder
[Package loon version 1.4.1 Index]