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")
parent | ( |
---|---|
text | (character) Label text. |
... | Other arguments to pass to |
fg | (character) Foreground color. |
size | (integer) Font size |
weight | (character) Font weight. |