gtkBuilderConnectSignals {RGtk2}R Documentation

gtkBuilderConnectSignals

Description

This method is a simpler variation of gtkBuilderConnectSignalsFull. It uses GModule's introspective features (by opening the module NULL) to look at the application's symbol table. From here it tries to match the signal handler names given in the interface description with symbols in the application and connects the signals.

Usage

gtkBuilderConnectSignals(object, user.data)

Arguments

object [GtkBuilder] a GtkBuilder
user.data [R object] a pointer to a structure sent in as user data to all signals

Details

Note that this function will not work correctly if GModule is not supported on the platform.

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]