Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gtk2

Get Colors Of Current Gtk Style

I use PyGTK and I want to get colors of a widget (for example bg color), I run such a code: gdkColo… Read more Get Colors Of Current Gtk Style

In PyGTK, What Is A Simple Way To Show A PNG File?

The following PyGTK code displays a PNG file in a window. Is there a simpler or better way of displ… Read more In PyGTK, What Is A Simple Way To Show A PNG File?