Exemplo n.º 1
0
        public Theme(Widget widget, GtkColors colors)
        {
            this.colors            = colors;
            this.colors.Refreshed += delegate { OnColorsRefreshed(); };
            this.colors.Widget     = widget;

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

            PushContext ();
        }