Rev 24463 | Rev 56184 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{tkpager}\alias{tkpager}\title{Page file using Tk text widget}\description{This plugs into \code{file.show}, showing files in separate windows.}\usage{tkpager(file, header, title, delete.file)}\arguments{\item{file}{character vector containing the names of thefiles to be displayed}\item{header}{headers to use for each file}\item{title}{common title to use for the window(s). Pasted togetherwith the \code{header} to form actual window title.}\item{delete.file}{logical. Should file(s) be deleted after display?}}\note{ The \code{"\b_"} string used for underlining is currentlyquietly removed. The font and background colour are currentlyhardcoded to Courier and gray90.}\seealso{\code{\link{file.show}}}\keyword{misc}