The R Project SVN R

Rev

Rev 61162 | Rev 68818 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61162 Rev 61433
Line 94... Line 94...
94
\alias{tkplace.configure}
94
\alias{tkplace.configure}
95
\alias{tkplace.forget}
95
\alias{tkplace.forget}
96
\alias{tkplace.info}
96
\alias{tkplace.info}
97
\alias{tkplace.slaves}
97
\alias{tkplace.slaves}
98
\alias{tkgetOpenFile}
98
\alias{tkgetOpenFile}
99
\alias{tkgetSaveFile} 
99
\alias{tkgetSaveFile}
100
\alias{tkchooseDirectory}        
100
\alias{tkchooseDirectory}
101
\alias{tkmessageBox}  
101
\alias{tkmessageBox}
102
\alias{tkdialog}        
102
\alias{tkdialog}
103
\alias{tkpopup}        
103
\alias{tkpopup}
104
\alias{tclfile.tail}
104
\alias{tclfile.tail}
105
\alias{tclfile.dir}
105
\alias{tclfile.dir}
106
\alias{tclopen}
106
\alias{tclopen}
107
\alias{tclclose}
107
\alias{tclclose}
108
\alias{tclputs}        
108
\alias{tclputs}
109
\alias{tclread}        
109
\alias{tclread}
110
 
110
 
111
\title{Tk non-widget commands}
111
\title{Tk non-widget commands}
112
\description{
112
\description{
113
  These functions interface to Tk non-widget commands, such as the
113
  These functions interface to Tk non-widget commands, such as the
114
  window manager interface commands and the geometry managers.
114
  window manager interface commands and the geometry managers.
Line 252... Line 252...
252
  \item{x}{A window object}
252
  \item{x}{A window object}
253
  \item{value}{For \code{tktitle} assignments, a character string.}
253
  \item{value}{For \code{tktitle} assignments, a character string.}
254
  \item{\dots}{Handled via \code{.Tcl.args}}
254
  \item{\dots}{Handled via \code{.Tcl.args}}
255
}
255
}
256
\details{
256
\details{
257
   
257
 
258
  \code{tcl} provides a generic interface to calling any Tk or Tcl
258
  \code{tcl} provides a generic interface to calling any Tk or Tcl
259
  command by simply running \code{.Tcl.args.objv} on the argument list
259
  command by simply running \code{.Tcl.args.objv} on the argument list
260
  and passing the
260
  and passing the
261
  result to \code{.Tcl.objv}.  Most of the other commands simply call
261
  result to \code{.Tcl.objv}.  Most of the other commands simply call
262
  \code{tcl} with a particular
262
  \code{tcl} with a particular
263
  first argument and sometimes also a second argument giving the
263
  first argument and sometimes also a second argument giving the
264
  subcommand.
264
  subcommand.
265
 
265
 
266
  \code{tktitle} and its assignment form provides an alternate interface
266
  \code{tktitle} and its assignment form provides an alternate interface
267
  to Tk's \code{wm title}
267
  to Tk's \code{wm title}
268
  
268
 
269
  There are far too many of these commands to describe them and their
269
  There are far too many of these commands to describe them and their
270
  arguments in full.  Please refer to the Tcl/Tk documentation for details.
270
  arguments in full.  Please refer to the Tcl/Tk documentation for details.
271
  With a few exceptions, the pattern is that Tk subcommands like
271
  With a few exceptions, the pattern is that Tk subcommands like
272
  \code{pack configure} are converted to function names like
272
  \code{pack configure} are converted to function names like
273
  \code{tkpack.configure}, and Tcl subcommands are like
273
  \code{tkpack.configure}, and Tcl subcommands are like
274
  \code{tclfile.dir}.  
274
  \code{tclfile.dir}.
275
}
275
}
276
\seealso{\code{\link{TclInterface}}, \code{\link{TkWidgets}},
276
\seealso{\code{\link{TclInterface}}, \code{\link{TkWidgets}},
277
  \code{\link{TkWidgetcmds}}}
277
  \code{\link{TkWidgetcmds}}}
278
 
278
 
279
\examples{
279
\examples{