Learn R Programming

RGtk2Extras (version 0.6.1)

set.value: Set widget value

Description

generic value setting method

Usage

set.value(dlg.item, ...)

Arguments

dlg.item
gtkWidget
...
args

Details

Complementary to get.value(), this is the generic function for setting the value of a widget. See ?run.dialog for details. set.value comes with an optional propagate argument which is TRUE by default. If it's set to FALSE, then calling set.value(widget, value, propagate=FALSE) will not trigger the widgets's default signal if this is bound, which can be useful for more complex behaviors.