Usage
tk2column(widget, action = c("add", "configure", "delete", "names", "cget",
"nearest"), ...)
tk2insert.multi(widget, where = "end", items)
tk2list.delete(widget, first, last = first)
tk2list.get(widget, first = 0, last = "end")
tk2list.insert(widget, index = "end", ...)
tk2list.set(widget, items)
tk2list.size(widget)
tk2notetraverse(nb)
tk2notetab(nb, tab)
tk2notetab.select(nb, tab)
tk2notetab.text(nb)
tk2state.set(widget, state = c("normal", "disabled", "readonly"))
is.tk()
is.ttk()
tk2theme.elements()
tk2theme.list()
tk2theme(theme = NULL)
Arguments
widget
The widget to which these actions apply
action
Which kind of action?
where
Where are these item added in the list (by default, at the end)
items
The items to add (either a vector for a single line, or a matrix
for more items)
...
Further arguments to the action
first
The 0-based first index to consider in the list
last
The 0-based last index to consider in the list, or "end"
for using the last element of the list
index
The 0-based index where to insert items in the list
nb
A tk2notebook or ttk2notebook widget ("tclObj" object)
tab
The name (text) of a tab in a notebook
state
The new state of the widget
theme
A theme to use (character string)