PTdialog.leaf {pinktoe}R Documentation

Display text and ok button in a Tcl/Tk widget

Description

Merely displays some text and an ok button in a Tcl/Tk widget which disappears when OK is clicked.

Usage

PTdialog.leaf(leaftext)

Arguments

leaftext Character string to be displayed

Details

As description

Value

None

Note

Not intended for general user use

Author(s)

Guy P Nason

See Also

PT

Examples

#
# Not intended for general use.
#
# Could do:
#
library("tcltk")
## Not run: PTdialog.leaf("Hello World")
#
# which displays a box with text and ok button!
#

[Package pinktoe version 2.0 Index]