Hi there!

        I would like to change the background colour of a Gtk.Frame, using this 
code:

            var bgColor = new Gdk.Color();
            Gdk.Color.Parse( "#FFFFCC", ref bgColor );
            this.frmAbout.ModifyBg( Gtk.StateType.Normal, bgColor );
            this.frmExport.ModifyBg( Gtk.StateType.Normal, bgColor );

        However, this does not work, the frame seems unaffected. What am I 
doing wrong?

        Thanks,

-- 
baltasarq <[email protected]>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to