Functions, that create Tcl/Tk labels.
tk_label()
Uses the default color for labels (usually, black).
tk_label_blue()
Uses the default color for titles (usually, blue).
tk_label(parent, text = "", ..., fg = NULL)
tk_label_blue(parent, text = "", ..., fg = Rcmdr::getRcmdr("title.color"))
tk_label_red(parent, ..., size = 8, weight = "bold", fg = "darkred")
("tkwin"
object) Parent Tcl/Tk window or frame.
(character) Label text.
Other arguments to pass to tcltk2::tk2label()
.
(character) Foreground color.
(integer) Font size
(character) Font weight.