R/OnAttach.R

.First.lib = .onLoad =
function(...)
{
  # print(getLoadedDLLs())
  if(FALSE && is.loaded("addGtkEventHandler")) {
     cat("registered Gtk event handler\n")
     .C("addGtkEventHandler")
  }
}  
omegahat/RwxWidgets documentation built on May 24, 2019, 1:56 p.m.