guiSetStyle.tcltk {svDialogs} | R Documentation |
This functions switches to a different style for compatible tcltk dialog boxes (fixed and flexible dialog boxes defined in this package).
guiSetStyle.tcltk(style = c("classic", "SciViews", "Rcmdr", "large"), ask = FALSE)
style |
The style to use |
ask |
Do we ask the user? |
This function is invoked for its side effect to change the default style of tcltk dialog boxes
Philippe Grosjean (phgrosjean@sciviews.org)
##### TO DO...