コード例 #1
0
ファイル: Theme.cs プロジェクト: SyaskiMasyaski/banshee
        public Theme(Widget widget, GtkColors colors)
        {
            this.colors            = colors;
            this.colors.Refreshed += delegate { OnColorsRefreshed(); };
            this.colors.Widget     = widget;

            PushContext();
        }
コード例 #2
0
ファイル: Theme.cs プロジェクト: rubenv/tripod
        public Theme (Widget widget, GtkColors colors)
        {
            this.Widget = widget;
            this.colors = colors;
            this.colors.Refreshed += delegate { OnColorsRefreshed (); };
            this.colors.Widget = widget;

            PushContext ();
        }