TypeScript API Documentation for ST
API Version: 18
Library Version: 18.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-rc.7
A type representing -st-shadow attributes
St.Shadow is a boxed type for storing attributes of the -st-shadow property, modelled liberally after the CSS3 box-shadow property. See http://www.css3.info/preview/box-shadow/
Optional
Static
Check if two shadow objects are identical. Note that two shadows may compare non-identically if they differ only by floating point rounding errors.
a different St.Shadow
true if the two shadows are identical
true
Gets the box used to paint shadow, which will be partly outside of actor_box
shadow
actor_box
the box allocated to a ClutterAlctor
ClutterAlctor
computed box occupied by shadow
Atomically increments the reference count of shadow by one.
the passed in St.Shadow.
Atomically decrements the reference count of shadow by one. If the reference count drops to 0, all memory allocated by the St.Shadow is released.
A type representing -st-shadow attributes
St.Shadow is a boxed type for storing attributes of the -st-shadow property, modelled liberally after the CSS3 box-shadow property. See http://www.css3.info/preview/box-shadow/