Window background color set to black

Hi there,

I have a small Python script which contains the lines:

self.area = Gtk.DrawingArea()
self.vbox.override_background_color(Gtk.StateFlags.NORMAL, Gdk.RGBA(0, 0, 0, 1))

I’m afraid that I’m a total coding newbie.

Is there a way to set the background area of the vbox simply to black?

Many thanks for your help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.