Description Usage Arguments Details Value Author(s)
Installs a global function to be called whenever the user activates a URL link in an about dialog.
1 | gtkAboutDialogSetUrlHook(func, data = NULL)
|
|
a function to call when a URL link is activated. |
|
data to pass to |
Since 2.18 there exists a default function which uses gtkShowUri
. To
deactivate it, you can pass NULL
for func
.
Since 2.6
[GtkAboutDialogActivateLinkFunc
] the previous URL hook.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.