gtkBuilderConnectSignalsFull {RGtk2} | R Documentation |
This function can be thought of the interpreted language binding
version of gtkBuilderConnectSignals
, except that it does not
require GModule to function correctly.
gtkBuilderConnectSignalsFull(object, func, user.data)
|
[GtkBuilder ] a GtkBuilder |
|
[GtkBuilderConnectFunc ] the function used to connect the signals |
|
[R object] arbitrary data that will be passed to the connection function |
Since 2.12
Derived by RGtkGen from GTK+ documentation