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

OnStyleSet() protected method

protected OnStyleSet ( Gtk.Style old_style ) : void
old_style Gtk.Style
return void
        protected override void OnStyleSet (Style old_style)
        {
            base.OnStyleSet (old_style);

            if (first_style_set) {
                BuildLayouts ();
                UpdateLabel ();
            }

            first_style_set = true;
        }