jverzani / gWidgets2

Rewrite of gWidgets
35 stars 9 forks source link

addSpace #87

Closed gregu4 closed 8 years ago

gregu4 commented 9 years ago

Hi, seems to me it doesn't work. the following does'nt add 200px between frames. Am I mistaken ? thx options(guiToolkit="RGtk2")

library("gWidgets2RGtk2")

g=gwindow() gr=ggroup(cont=g) gf=gframe("testzzzzzz",cont=gr) addSpace(gr,200) gframe("test",cont=gr)

jverzani commented 8 years ago

Wow, sorry I took so long to see this. Thanks for filing the report. This is fixed with the most recent check in to gWidgets2RGtk2.