galert {gWidgetsWWW2}R Documentation

quick alert message – not modal or obtrusive (dropped from above in extjs)

Description

quick alert message – not modal or obtrusive (dropped from above in extjs)

Usage

galert(message, title = "message", delay = 3, parent)

Arguments

message

message to display

title

title of message

delay

delay in seconds

parent

parent window, typically gwindow instance. Necessary.

Value

not used

Examples

w <- gwindow()
b <- gbutton("click me", cont=w, handler=function(h,...) {
galert("That hurt", parent=w)
})

[Package gWidgetsWWW2 version 0.4-8 Index]