The R Project SVN R

Rev

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

Rev 25254 Rev 25835
Line 245... Line 245...
245
  \item{x}{A window object}
245
  \item{x}{A window object}
246
  \item{value}{For \code{tktitle} assignments, a character string.}
246
  \item{value}{For \code{tktitle} assignments, a character string.}
247
  \item{\dots}{Handled via \code{.Tcl.args}}
247
  \item{\dots}{Handled via \code{.Tcl.args}}
248
}
248
}
249
\details{
249
\details{
-
 
250
   
250
  \code{tkcmd} provides a generic interface to calling any Tk or Tcl
251
  \code{tkcmd} provides a generic interface to calling any Tk or Tcl
251
  command by simply running \code{.Tcl.args} on the arguments and passing the
252
  command by simply running \code{.Tcl.args.objv} on the argument list
-
 
253
  and passing the
252
  result to \code{.Tcl}. Most of the other commands simply call
254
  result to \code{.Tcl.objv}. Most of the other commands simply call
253
  \code{tkcmd} with a particular
255
  \code{tkcmd} with a particular
254
  first argument and sometimes also a second argument giving the
256
  first argument and sometimes also a second argument giving the
255
  subcommand.
257
  subcommand.
256
 
258
 
257
  \code{tktitle} and its assignment form provides an alternate interface
259
  \code{tktitle} and its assignment form provides an alternate interface