set.value {RGtk2Extras} | R Documentation |
generic value setting method
set.value(dlg.item, ...)
dlg.item |
gtkWidget |
... |
args |
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.