Posted: Wed Apr 02, 2008 8:14 am Post subject: GTK background color
Hi,
I recently started programming pyhton and GTK after moving to ubuntu.
I have made a rather small application, this app shows a table the table consists of labels. These labels are being dynamically created, some of the labels are contained in eventboxes.
The whole table when finished is added to a scrolledwindow, with add_with_viewport(table). What I want to do is change the background color, the labels must be displayed against a blackboard.
I have used all kinds of methods on different objects, but nothing happens.
I tried to set the BG of the table, window.