Question

How can I have a (semi) transparent background in GTK Sharp?

Was it helpful?

Solution

In C it's gtk_window_set_opacity(window, 0.5); I don't know if this function is wrapped in Gtk#.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top