gladeXMLSignalConnectData {RGtk2}R Documentation

gladeXMLSignalConnectData

Description

In the glade interface descriptions, signal handlers are specified for widgets by name. This function allows you to connect a C function to all signals in the GladeXML file with the given signal handler name.

Usage

gladeXMLSignalConnectData(object, handlername, func, user.data)

Arguments

object [GladeXML] the GladeXML object
handlername [char] the signal handler name
func [GCallback] the signal handler function
user.data [R object] the signal handler data

Details

It differs from glade_xml_signal_connect since it allows you to specify the data parameter for the signal handler. It is also a small demonstration of how to use glade_xml_signal_connect_full.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]