[Mono-osx] [MonoMac] NSAnimatablePropertyContainer Protocol

kjpou kjpou at pt.lu
Sat Jan 15 05:53:44 EST 2011


Hello all

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

It is defined as part of the NSAnimatablePropertyContainer Protocol.

I thought about redefining it but then thought it better to ask before 
proceeding with unnecessary mods.

It is defined below as:

         [Static, Export ("defaultAnimationForKey:")]
         NSObject DefaultAnimationFor (NSString key);

but there is really no way to get to the method for override.  I have 
tried static new with no success as well.

Kenneth


More information about the Mono-osx mailing list