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

OnStyleSet() protected method

protected OnStyleSet ( Gtk.Style previous_style ) : void
previous_style Gtk.Style
return void
        protected override void OnStyleSet(Style previous_style)
        {
            if(changing_style) {
                return;
            }

            changing_style = true;
            LoadPixbufs();
            changing_style = false;
        }