gtkLinkButtonSetUriHook {RGtk2} | R Documentation |
Sets func
as the function that should be invoked every time a user clicks
a GtkLinkButton
. This function is called before every callback registered
for the "clicked" signal.
gtkLinkButtonSetUriHook(func, data)
|
[GtkLinkButtonUriFunc ] a function called each time a GtkLinkButton is clicked, or NULL |
|
[R object] user data to be passed to func , or NULL |
Since 2.10
[GtkLinkButtonUriFunc
] the previously set hook function.
Derived by RGtkGen from GTK+ documentation