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