Gtk.AboutDialogActivateLinkFunc Delegate
The type of the method which is called when a URL or email link in an Gtk.AboutDialog.

Syntax

public delegate void AboutDialogActivateLinkFunc (AboutDialog about, string link_)

Parameters

about
The Gtk.AboutDialog in which the link was activated.
link_
Documentation for this section has not yet been entered.

Remarks

The following example uses the built in ome.Url.Show(string) to open links:

C# Example

	void OpenLink (Gtk.AboutDialog dialog, string link)
	{
		Gnome.Url.Show(link);
	}

	Gtk.AboutDialog.SetUrlHook (new Gtk.AboutDialogActivateLinkFunc (OpenLink));

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0
Since: Gtk# 2.6