Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkLinkButtonSetUriHook

gtkLinkButtonSetUriHook


Description

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.

Usage

gtkLinkButtonSetUriHook(func, data)

Arguments

func

a function called each time a GtkLinkButton is clicked, or NULL. [ allow-none ]

data

user data to be passed to func, or NULL. [ allow-none ]

Details

If no uri hook has been set, GTK+ defaults to calling gtkShowUri. Since 2.10

Value

[GtkLinkButtonUriFunc] the previously set hook function.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.