[maemo-users] [maemo-users] ?OT: Cant set background color w/py2.5 glade notebook widget on 770

From: Jeff G hjeffg at gmail.com
Date: Tue Feb 13 01:36:23 EET 2007
I can't seem to set the background color of a label widget in a
notebook widget (not the page identifier)

The structure is actually a bit more complicated,and looks partially like

window1
   vbox1
     notebook1
        hbox3
           labe1
           vbox2
             label3
             label4


I'm trying to make the entire notebook have a background color.
setting window1 background works directly on linux
    window.modify_bg(gtk.STATE_NORMAL, gtk.gdk.color_parse('#4A85DD'))
on scratchbox had to add similar line for notebook1
    nbook.modify_bg(gtk.STATE_NORMAL, gtk.gdk.color_parse('#4A85DD'))
but can't seem to do it under the 770 implementation

if this is way off topic, sorry, and please redirect me to proper list.

thanks,

Jeff

More information about the maemo-users mailing list