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 Aug. 26, 2025, 9:09 a.m.