tk_widget_modify_names: TCL/TK helper widget for multiple variable names

View source: R/bs_widget_modify_names.R

tk_widget_modify_namesR Documentation

TCL/TK helper widget for multiple variable names

Description

TCL/TK helper widget for multiple variable names

Usage

tk_widget_modify_names(
  parent = top,
  init_val_radiobuttons = c("modify", "overwrite"),
  init_val_checkbox = "1",
  init_val_prefix = "",
  init_val_suffix = "",
  layout = "vvhv",
  width = 12,
  cmd_radiobuttons = do_nothing,
  cmd_checkbox = do_nothing,
  cmd_change_prefix = do_nothing,
  cmd_change_suffix = do_nothing
)

Examples

## Not run: \donttest{
paret_frame <- tktoplevel()
widget <- tk_widget_modify_names(paret_frame, layout = "vvhv")
tkgrid(widget$frame)
}
## End(Not run)

GegznaV/RcmdrPlugin.BioStat documentation built on May 8, 2023, 7:41 a.m.