gladeSetCustomHandler {RGtk2}R Documentation

gladeSetCustomHandler

Description

Calling this function allows you to override the default behaviour when a Custom widget is found in an interface. This could be used by a language binding to call some other function, or to limit what functions can be called to create custom widgets.

Usage

gladeSetCustomHandler(handler, user.data)

Arguments

handler [GladeXMLCustomWidgetHandler] the custom widget handler
user.data [R object] user data passed to the custom handler

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]