popping_up: popping_up tag to trigger message box when instruction...

Description Usage Arguments Examples

Description

wraps tcltk::tk_messageBox to signal that the call was executed.

Usage

1
popping_up(.message = NULL, .caption = "")

Arguments

.message

character. The information field of the dialog box. Forwarded to the message argument of tcltk::tk_messageBox

.caption

the caption on the widget displayed. Forwarded to the caption argument of tcltk::tk_messageBox

Examples

1
2
3
4
5
## Not run: 
popping_up$paste("hello","world")
popping_up("a message", "a caption")$paste("hello","world")

## End(Not run)

moodymudskipper/tags documentation built on June 25, 2019, 10:54 a.m.