gtkBuilderConnectSignalsFull {RGtk2}R Documentation

gtkBuilderConnectSignalsFull

Description

This function can be thought of the interpreted language binding version of gtkBuilderConnectSignals, except that it does not require GModule to function correctly.

Usage

gtkBuilderConnectSignalsFull(object, func, user.data)

Arguments

object [GtkBuilder] a GtkBuilder
func [GtkBuilderConnectFunc] the function used to connect the signals
user.data [R object] arbitrary data that will be passed to the connection function

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]