Closed PatDicker closed 10 years ago
There appears to be a problem with the display of a togglebutton (in gcheckbox) within a glayout: neither the button nor the label appears. This worked fine with gWidgets. See example below:
library(gWidgets2) options("guiToolkit"="RGtk2") w1=gwindow() w2=glayout(container=w1) w2[1,1]=gcheckbox("test",use.togglebutton=TRUE)
Thanks! Fixed now by 007802b3e9d52bb30f3155ff0975bcb97ce15ad4 for gWIdgets2RGtk2
There appears to be a problem with the display of a togglebutton (in gcheckbox) within a glayout: neither the button nor the label appears. This worked fine with gWidgets. See example below:
library(gWidgets2) options("guiToolkit"="RGtk2") w1=gwindow() w2=glayout(container=w1) w2[1,1]=gcheckbox("test",use.togglebutton=TRUE)