gladeSetCustomHandler {RGtk2} | R Documentation |
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.
gladeSetCustomHandler(handler, user.data)
|
[GladeXMLCustomWidgetHandler ] the custom widget handler |
|
[R object] user data passed to the custom handler |
Derived by RGtkGen from GTK+ documentation