Re: Still trying for a colored statusbar




On Jul 17, 2008, at 11:23 PM, Nigel wrote:

I've been messing around with the statusbar widget for quite a while now, and I can't figure out for the life of me how to change the text color and background color. Unlike a label, Gtk::StatusBar::modify_fg does not change the colors, so I am really stuck. Any ideas?

Many widgets are actually composites of other widgets. StatusBar derives from HBox, so there are probably one or more "child" widgets that you can alter the properties of. I'm not directly familiar with StatusBar, but I'd suggest examining its child widgets and experimenting with modifying them.

js


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]