search for: gtkmainquit

Displaying 1 result from an estimated 1 matches for "gtkmainquit".

Did you mean: gtk_main_quit
2009 Jun 12
1
Gtk objects disappears
Dear John, I have a question. When I run a RGtk code in my terminal (without using the R GUI) R --vanilla << "EOF" source("myRGtkcode.R") EOF the GTK objects do not remain on the screen. Until now, I "bypass" this problem using the following commands: require(tcltk) tkmessageBox("Press to exit") But it is not really satisfactory and the tcltk