guiSetStyle.tcltk {svDialogs}R Documentation

Change the style of compatible tcltk dialog boxes

Description

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

Usage

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

Arguments

style The style to use
ask Do we ask the user?

Value

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

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlg

Examples

    ##### TO DO...

[Package svDialogs version 0.8-2 Index]