3 * Moonlight List (moonlight-list@lists.ximian.com)
5 * Copyright 2007 Novell, Inc. (http://www.novell.com)
7 * See the LICENSE file included with the distribution for details.
11 #ifndef MOON_APPLIER_H
12 #define MOON_APPLIER_H
17 #include "collection.h"
22 #define APPLIER_PRECEDENCE_INSTANT 0
23 #define APPLIER_PRECEDENCE_ANIMATION 100
24 #define APPLIER_PRECEDENCE_ANIMATION_RESET APPLIER_PRECEDENCE_INSTANT
36 void AddPropertyChange (DependencyObject
*object
, DependencyProperty
*property
, Value
*v
, int precedence
);
41 #endif /* MOON_APPLIER_H */