inst/Examples/ch-tcltk/ex-tcltk-keyboard-shortcut-defn.R

###################################################
### code chunk number 41: Ctrl-q-binding
###################################################
window <- tktoplevel()
button <- ttkbutton(window, text = "Some widget with focus")
tkpack(button)
tkbind(window, "<Control-q>", function() tkdestroy(window))
jverzani/ProgGUIinR documentation built on May 20, 2019, 5:17 a.m.