[Gtk-sharp-list] g_signal_connect_data flags again

Miguel de Icaza miguel@ximian.com
13 Mar 2003 12:31:26 -0500


Hello

> - other possibility is to create an extra property signalnameFlags which
> could be set either to After or Before. the event would call the
> GtkSharp.xxxSignal constructor with current value of signalnameFlags
> property.

On irc we discussed the possibility of having an attribute on the actual
signal handler, like:

	[After]
	void MyFunction (...)
	{
	}

Miguel