How can I change the background color of menubar? This doesn't work for me: ModifyBg (Gtk.StateType.Normal, new Gdk.Color(0, 3, 0));
Another problem: I want to change the text color of label. This works: ModifyFg(Gtk.StateType.Normal, new Gdk.Color(255, 0, 0)); but if I want white color (new Gdk.Color(255, 255, 255)), the color of label is changing during the runtime. These are bugs or the normal behavior of GTK? Regards: sebi -- View this message in context: http://mono.1490590.n4.nabble.com/MenuBar-background-color-tp3276109p3276109.html Sent from the Mono - Gtk# mailing list archive at Nabble.com. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
