R/svDialogstcltk-Internal.R

Defines functions .onLoad

.onLoad <- function(lib, pkg) {
  # Add a dispatch to 'tcltkGUI' in the .GUI object
  svGUI::gui_widgets(.GUI) <- "tcltkGUI"
}

#.onUnload <- function(libpath) {
#  # We do nothing, because other packages may also use the 'tcltkWidgets' dispatch
#}

Try the svDialogstcltk package in your browser

Any scripts or data that you put into this service are public.

svDialogstcltk documentation built on May 10, 2022, 5:12 p.m.