Learn R Programming

SciViews (version 0.8-8)

guiDlgMessage: ~~function to do ... ~~

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

guiDlgMessage(message, title = "Message", type = c("ok", "okcancel", "yesno", "yesnocancel"),
    default = 1, icon = c("info", "question", "error", "warning"), parent = 0,
    GUI = getOption("guiWwidgets"))

Arguments

message
the message to display in the dialog box
title
the title of the dialog box
type
the type of dialog box: ok, okcancel, yesno or yesnocancel
default
the default button (if more than one)
icon
the icon: info, question, error or warning
parent
the parent of this dialog box (not implemented yet)
GUI
which GUI widgets do you want to use (tcltk, wxPython, ...)

Value

  • A string with the caption of the button that the user pressed.

synopsis

guiDlgMessage(message, title = "Message", type = c("ok", "okcancel", "yesno", "yesnocancel"), default = 1, icon = c("info", "question", "error", "warning"), parent = 0, GUI = getOption("guiWidgets")) guiDlgMessage.wxPython(message, title = "Message", type = "ok", default = 1, icon = "info", parent = 0)

See Also

guiDlgInput

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab