[Sugar-devel] Background Screen Color for SoaS Activity
Art Hunkins
abhunkin at uncg.edu
Mon Jul 6 00:19:22 EDT 2009
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
More information about the Sugar-devel
mailing list