Rev 68948 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/tcltk/man/tkpager.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\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}