I tried practically everything to change the background color of the status
bar. ModifyBg(), changing the style (Style.SetBgPixmap with an image,
SetBackground, etc.) and even adding an eventbox with a color BG.
The event box works, but when you resize the window, the event box only
partially resizes to fill the window! I have it set to fill and expand. If
someone can tell me how to expand/fill the eventbox over the entire status
bar, that'd be great!
Here is my code:
EventBox evbox = new EventBox();evbox.ModifyBg(StateType.Normal, new
Color(95, 65, 41));statusbar2.PackStart(evbox, true, true, 0); // statusbar2
was added through the Designer, unmodified
--
View this message in context:
http://mono.1490590.n4.nabble.com/Status-Bar-Background-tp4659446.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