Rev 68948 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/tcltk/man/tcltk-package.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2014 R Core Team% Distributed under GPL 2 or later\name{tcltk-package}\alias{tcltk-package}\alias{tcltk}\docType{package}\title{Tcl/Tk Interface}\description{Interface and language bindings to Tcl/Tk GUI elements.}\details{This package provides access to the platform-independent Tcl scriptinglanguage and Tk GUI elements. See \link{TkWidgets} for a list ofsupported widgets, \link{TkWidgetcmds} for commands to work with them,and references in those files for more.The Tcl/Tk documentation is in#ifdef windowsthe directory \file{\var{\link{R_HOME}}/Tcl/doc}.#endif#ifdef unixthe system man pages.#endifFor a complete list of functions, use \code{ls("package:tcltk")}.#ifdef unixNote that Tk will not be initialized if there is no \code{DISPLAY}variable set, but Tcl can still be used. This is most useful to allowthe loading of a package which depends on \pkg{tcltk} in a session thatdoes not actually use it (e.g., during installation).#endif}\author{R Core TeamMaintainer: R Core Team \email{R-core@r-project.org}}\keyword{ package }