tkpager
Page file using Tk text widget
This plugs into file.show
, showing files in separate windows.
- Keywords
- misc
Usage
tkpager(file, header, title, delete.file)
Arguments
- file
character vector containing the names of the files to be displayed
- header
headers to use for each file
- title
common title to use for the window(s). Pasted together with the
header
to form actual window title.- delete.file
logical. Should file(s) be deleted after display?
Note
The "\b_"
string used for underlining is currently
quietly removed. The font and background colour are currently
hardcoded to Courier and gray90.
See Also
Community examples
Looks like there are no examples yet.