R/startup.R

Defines functions .onLoad .onAttach

##' @include icons.R
NULL



.onAttach <- function(...) {
  load_gwidget_icons()
}

.onLoad <- function(libname, pkgname) {
  
}
jverzani/gWidgets2RGtk2 documentation built on May 27, 2022, 11:25 p.m.