Creates a binding that evaluates a callback for particular changes in the collection of glyphs of a display.
l_bind_glyph(widget, event, callback)
widget | widget path as a string or as an object handle |
---|---|
event | a vector with one or more of the following events: |
callback | callback function is an R function which is called by the Tcl interpreter if the event of interest happens. Note that in loon the callback functions support different optional arguments depending on the binding type, read the details for more information |
glyph binding id
Bindings, callbacks, and binding substitutions are described in detail in
loon's documentation webpage, i.e. run l_help("learn_R_bind")