public Theme(Widget widget, GtkColors colors) { this.colors = colors; this.colors.Refreshed += delegate { OnColorsRefreshed(); }; this.colors.Widget = widget; PushContext(); }
public Theme (Widget widget, GtkColors colors) { this.Widget = widget; this.colors = colors; this.colors.Refreshed += delegate { OnColorsRefreshed (); }; this.colors.Widget = widget; PushContext (); }