I have just started making GUI's in R and as a first step I'm working with gWidgets before venturing into some lower level frameworks...
I would like to add a spinning wheel animation to show that a process is running. While gWidgets doesn't seem to support this, RGtk2 does.
So my basic question is how to add an RGtk2 widget to a gWidgets GUI when the widget is not 'natively' supported by gWidgets. Also, how do you manipulate the widget once added...
Thanks in advance
Thomas