1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
\name{Rcmdr-internal}
\alias{Rcmdr-internal}
\alias{.Tcl}
\alias{tcl}
\alias{tclRequire}
\alias{tclServiceMode}
\alias{tclVar}
\alias{tclvalue<-}
\alias{tk_select.list}
\alias{tkbind}
\alias{tkcget}
\alias{tkcheckbutton}
\alias{tkchooseDirectory}
\alias{tkconfigure}
\alias{tkcurselection}
\alias{tkdelete}
\alias{tkdestroy}
\alias{tkentry}
\alias{tkframe}
\alias{tkgetOpenFile}
\alias{tkgetSaveFile}
\alias{tkgrab.release}
\alias{tkgrab.set}
\alias{tkgrid}
\alias{tkgrid.columnconfigure}
\alias{tkgrid.configure}
\alias{tkgrid.rowconfigure}
\alias{tkicursor}
\alias{tkindex}
\alias{tkinsert}
\alias{tkinvoke}
\alias{tkitemconfigure}
\alias{tklabel}
\alias{tklistbox}
\alias{tkmark.set}
\alias{tkmessageBox}
\alias{tkpack}
\alias{tkradiobutton}
\alias{tkraise}
\alias{tkscale}
\alias{tkscrollbar}
\alias{tkselection.clear}
\alias{tkselection.present}
\alias{tkselection.set}
\alias{tkset}
\alias{tktag.configure}
\alias{tktext}
\alias{tktoplevel}
\alias{tkwait.window}
\alias{tkwm.deiconify}
\alias{tkwm.geometry}
\alias{tkwm.iconbitmap}
\alias{tkwm.protocol}
\alias{tkwm.resizable}
\alias{tkwm.title}
\alias{tkwm.transient}
\alias{tkxview}
\alias{tkxview.moveto}
\alias{tkyview}
\alias{tkyview.scroll}
\alias{ttklabelframe}
\alias{ttkcheckbutton}
\alias{showData}
\title{
\pkg{tcltk} Functions Re-exported by the \pkg{Rcmdr} Package.
}
\description{
For technical reasons involving \pkg{Rcmdr} plug-in packages, the \pkg{Rcmdr} package
re-exports a number of functions from the \pkg{tcltk} package that are used by \pkg{Rcmdr}
utilities.
It also re-exports the \code{showdata} function from the \pkg{relimp} package, which is uses internally to display data sets.
}
\author{John Fox \email{jfox@mcmaster.ca}}
\seealso{
\code{\link{tcltk}}
}
\keyword{misc}
|