Banshee.Widgets.StreamPositionLabel.OnRealized C# (CSharp) Method

OnRealized() protected method

protected OnRealized ( ) : void
return void
        protected override void OnRealized ()
        {
            base.OnRealized ();
            BuildLayouts ();
            UpdateLabel ();
        }