Closed gregu4 closed 8 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)
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.
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)