jverzani / gWidgets2tcltk

An R package implementing the gWidgets2 API for the tcltk package
7 stars 2 forks source link

gcheckboxgroup with table #6

Closed jverzani closed 9 years ago

jverzani commented 9 years ago

Karim's issue:

library("gWidgets2")
myMatrix = matrix(letters[1:10], ncol=2)
cb = gcheckboxgroup(myMatrix, cont=gwindow(), use.table=TRUE)
cb[] <- myMatrix[1:2,]
jverzani commented 9 years ago

Should be fixed now.