Learn R Programming

svDialogs (version 0.9-50)

guiSetStyle.tcltk: Change the style of compatible tcltk dialog boxes

Description

This functions switches to a different style for compatible tcltk dialog boxes (only flexible dialog boxes defined in this package, currently).

Usage

guiSetStyle.tcltk(style = c("classic", "SciViews", "Rcmdr", "large"), ask = FALSE)

Arguments

style
the style to use.
ask
do we ask the user to choose a style (not implemented yet)?

Value

  • This function is invoked for its side effect to change the default style of tcltk dialog boxes.

concept

GUI API dialog boxes

See Also

guiDlg

Examples

Run this code
### TODO...

Run the code above in your browser using DataLab