Hyena.Widgets.AnimatedImage.OnShown C# (CSharp) Method

OnShown() protected method

protected OnShown ( ) : void
return void
        protected override void OnShown()
        {
            base.OnShown ();

            if (active_frozen && !stage.Playing) {
                stage.Play ();
            }
        }