set.value: Set widget value

Description Usage Arguments Details

View source: R/SimpleDialogMaker.r

Description

generic value setting method

Usage

1
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.


RGtk2Extras documentation built on May 29, 2017, 11:19 a.m.