gladeXMLSignalAutoconnectFull {RGtk2}R Documentation

gladeXMLSignalAutoconnectFull

Description

This function is similar to glade_xml_signal_connect_full, except that it will try to connect all signals in the interface, not just a single named handler. It can be thought of the interpeted language binding version of glade_xml_signal_autoconnect, except that it does not require gmodule to function correctly.

Usage

gladeXMLSignalAutoconnectFull(object, func, user.data)

Arguments

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]