jverzani / gWidgets2

Rewrite of gWidgets
35 stars 9 forks source link

Togglebuttons not displaying in a glayout #41

Closed PatDicker closed 10 years ago

PatDicker commented 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)

jverzani commented 10 years ago

Thanks! Fixed now by 007802b3e9d52bb30f3155ff0975bcb97ce15ad4 for gWIdgets2RGtk2