Static zng_app::widget::info::TRANSFORM_CHANGED_EVENT

source ยท
pub static TRANSFORM_CHANGED_EVENT: Event<TransformChangedArgs>
Expand description

A widget global inner transform has changed after render.

All subscribers of this event are checked after render, if the previous inner transform was recorded and the new inner transform is different an event is sent to the widget.