gladeXMLSignalConnect {RGtk2}R Documentation

gladeXMLSignalConnect

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

gladeXMLSignalConnect(object, handlername, func)

Arguments

object [GladeXML] the GladeXML object
handlername [char] the signal handler name
func [GCallback] the signal handler function

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]