tk2commands {tcltk2}R Documentation

Tk commands associated with the tk2XXX widgets

Description

These commands supplement those available in the tcltk package to ease manipulation of tk2XXX widgets.

Usage

  tk2column(widget, action = c("add", "configure", "delete", "names", "cget", "nearest"), ...)
  tk2insert.multi(widget, where = "end", items)
  tk2listinsert(widget, ...)
  tk2notetraverse(nb)

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)
nb A tk2notebook widget
... Further arguments to the action

Details

tk2column manipulate columns of a tk2mclistbox widget, tk2insert.multi is used to insert multiple field entries in a tk2mclistbox widget, tk2listinsert eases the insertion of items in a tk2combobox widget, tk2notetraverse helps manage the tabs in a tk2notebook.

Author(s)

Philippe Grosjean

See Also

tk2widgets, tk2theme, tk2tip


[Package tcltk2 version 0.9-5 Index]