set.value {RGtk2Extras}R Documentation

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.


[Package RGtk2Extras version 0.5.0 Index]