[Mono-osx] [MonoMac] NSAnimatablePropertyContainer Protocol

Miguel de Icaza miguel at novell.com
Sat Jan 15 10:22:36 EST 2011


Hello,

> How do we go about overriding the static method DefaultAnimationFor on
> NSView.

This can not be bound, the only solution is that in the class that
overwrites this, you need to enter in the source code:

[Export ("foobar")]
static void Foobar ();

Notice that there is no [Static] there, and instead a "static", this
is because you have to put this in your source code.

This is one of the cases in which our engine is not hiding the
Objective-C underlying infrastructure.

Miguel


More information about the Mono-osx mailing list