gtk - Remove the background of a GtkViewport -


Is it possible to remove the brown background of GtkViewport (make background transparent)?

By its use, it appears that GTK ViPort has a transparent background by default. This means that the brown background is coming from your Goikanvas drawing area, and not the viewport.

To make a transparent background on a Gookanvas,

Alternatively, the transparency problem can be in a high level widget (like your scroll window or notebook.)

Comments