gtkAboutDialogSetEmailHook {RGtk2}R Documentation

gtkAboutDialogSetEmailHook

Description

Installs a global function to be called whenever the user activates an email link in an about dialog.

Usage

gtkAboutDialogSetEmailHook(func, data = NULL)

Arguments

func [GtkAboutDialogActivateLinkFunc] a function to call when an email link is activated.
data [R object] data to pass to func

Details

Since 2.6

Value

[GtkAboutDialogActivateLinkFunc] the previous email hook.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]