Learn R Programming

svDialogs (version 0.9-52)

svDialogs-package: SciViews GUI API - Dialog boxes

Description

Use native or pseudo-native dialog boxes for your GUI, including an automatic function assistant.

Arguments

concept

GUI API dialog boxes

Details

ll{ Package: svDialogs Type: Package Version: 0.9-52 Date: 2012-04-04 License: GPL 2 or above, at your convenience }

Examples

Run this code
## TODO...

### Example of a custom function for an imput box that deleguates
#dlgInput.wxGUI <- function (message = "Enter a value",
#default = "", ..., gui = svGUI) {
#	warning("No input box implemented yet with wxWidgets in R!")
#	NextMethod("dlgInput", gui)	
#}

Run the code above in your browser using DataLab