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

            PushContext();
        }