| Line 149... |
Line 149... |
| 149 |
argument. In the rare case one needs an option with no subsequent
|
149 |
argument. In the rare case one needs an option with no subsequent
|
| 150 |
value \code{tag = NULL} can be used. Most values are just converted to
|
150 |
value \code{tag = NULL} can be used. Most values are just converted to
|
| 151 |
character mode and inserted in the command string, but window objects
|
151 |
character mode and inserted in the command string, but window objects
|
| 152 |
are passed using their ID string, and callbacks are passed via the
|
152 |
are passed using their ID string, and callbacks are passed via the
|
| 153 |
result of \code{.Tcl.callback}. Tags are converted to option flags
|
153 |
result of \code{.Tcl.callback}. Tags are converted to option flags
|
| 154 |
simply by prepending a \code{-}
|
154 |
simply by prepending a \samp{-}.
|
| 155 |
|
155 |
|
| 156 |
\code{.Tcl.args.objv} serves a similar purpose as \code{.Tcl.args} but
|
156 |
\code{.Tcl.args.objv} serves a similar purpose as \code{.Tcl.args} but
|
| 157 |
produces a list of \code{tclObj} objects suitable for passing to
|
157 |
produces a list of \code{tclObj} objects suitable for passing to
|
| 158 |
\code{.Tcl.objv}. The names of the list are converted to Tcl option
|
158 |
\code{.Tcl.objv}. The names of the list are converted to Tcl option
|
| 159 |
style internally by \code{.Tcl.objv}.
|
159 |
style internally by \code{.Tcl.objv}.
|
| Line 265... |
Line 265... |
| 265 |
}
|
265 |
}
|
| 266 |
Note that a report of \sQuote{not found} will be given if the package is
|
266 |
Note that a report of \sQuote{not found} will be given if the package is
|
| 267 |
found but is not compatible with the Tcl/Tk version in use.
|
267 |
found but is not compatible with the Tcl/Tk version in use.
|
| 268 |
|
268 |
|
| 269 |
\code{tclVersion} optionally returns the full Tcl version as a
|
269 |
\code{tclVersion} optionally returns the full Tcl version as a
|
| 270 |
character string such as \code{"8.6.16"} or \code{"9.0.1"}). NB: the
|
270 |
character string such as \code{"8.6.16"} or \code{"9.0.1"}. NB: the
|
| 271 |
\sQuote{patch level} is not necessarily numeric, e.g.\sspace{}for
|
271 |
\sQuote{patch level} is not necessarily numeric, e.g.\sspace{}for
|
| 272 |
version \code{9.0b1}.
|
272 |
version \code{9.0b1}.
|
| 273 |
(\R{} versions before 8.6.0 reported the full version including the
|
273 |
(\R{} versions before 4.6.0 reported the full version including the
|
| 274 |
\sQuote{patch level}.)
|
274 |
\sQuote{patch level}.)
|
| 275 |
}
|
275 |
}
|
| 276 |
\note{
|
276 |
\note{
|
| 277 |
Strings containing unbalanced braces are currently not handled
|
277 |
Strings containing unbalanced braces are currently not handled
|
| 278 |
well in many circumstances.
|
278 |
well in many circumstances.
|