PTdialog.leaf {pinktoe} | R Documentation |
Merely displays some text and an ok button in a Tcl/Tk widget which disappears when OK is clicked.
PTdialog.leaf(leaftext)
leaftext |
Character string to be displayed |
As description
None
Not intended for general user use
Guy P Nason
# # Not intended for general use. # # Could do: # library("tcltk") ## Not run: PTdialog.leaf("Hello World") # # which displays a box with text and ok button! #