Banshee.Widgets.SearchEntry.OnInnerEntryStyleSet C# (CSharp) Method

OnInnerEntryStyleSet() private method

private OnInnerEntryStyleSet ( object o, Gtk.StyleSetArgs args ) : void
o object
args Gtk.StyleSetArgs
return void
        private void OnInnerEntryStyleSet(object o, StyleSetArgs args)
        {
            Gdk.Color color = entry.Style.Base(StateType.Normal);
            filter_button.ModifyBg(StateType.Normal, color);
            clear_button.ModifyBg(StateType.Normal, color);

            box.BorderWidth = (uint)entry.Style.XThickness;
        }