The default color for the Sugar Activity screen seems to be set to light 
gray. I'd like mine to be white.

Is there any way to change this in my activity script?

I tried:

import gtk

win = csndsugui.CsoundGUI(self)
ibox = win.box(False)
ibox.modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0xFFFF, 0xFFFF, 0xFFFF))

where ibox = the entire screen.

However this changed nothing.

Anything fairly straightforward I could try?

Art Hunkins 

_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to