Learn R Programming

traitr (version 0.3)

aDialog: Create a Dialog instance...

Description

Create a Dialog instance

Usage

aDialog(items=list(), title="", help_string="", buttons=c("OK",
    "SPACE", "Cancel", "Help"), ...)

Arguments

items
List of item instances to create the model for the dialog object
title
Title of dialog
help_string
String for default Help button
buttons
Character vector of button names. "OK","Cancel","Help","Undo","Redo" are some standard ones. "SPACE" and "SPRING" adjust the layout.
...
How to pass in other properties and methods of the dialog object. For example OK_handler.