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

a GtkBuilder

func

the function used to connect the signals

user.data

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.20.21 Index]