
Get the event pattern and callback Tcl code of a state binding
Source:R/l_bind.R
l_bind_state_get.Rd
This function returns the registered event pattern and the Tcl callback code that the Tcl interpreter evaluates after a event occurs that matches the event pattern.
Value
Character vector of length two. First element is the event pattern, the second element is the Tcl callback code.