gladeXMLSignalConnectFull {RGtk2}R Documentation

gladeXMLSignalConnectFull

Description

This function is similar to glade_xml_signal_connect, except that it allows you to give an arbitrary function that will be used for actually connecting the signals. This is mainly useful for writers of interpreted language bindings, or applications where you need more control over the signal connection process.

Usage

gladeXMLSignalConnectFull(object, handler.name, func, user.data)

Arguments

object [GladeXML] the GladeXML object.
handler.name [character] the name of the signal handler that we want to connect.
func [GladeXMLConnectFunc] the function to use to connect the signals.
user.data [R object] arbitrary data to pass to the connect function.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]