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

Pygtk : Destroying Combobox Causes Error

My aim is to destroy a combobox if one of its items is active. I wrote this test code : import pygt… Read more Pygtk : Destroying Combobox Causes Error

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?

Gtk Treeview: 20-line Minimal Script Won't Show Treeview Itself Within The Window: What's Wrong?

I've got a simplest TreeView example possible, mostly copied from basictreeview.py, but even si… Read more Gtk Treeview: 20-line Minimal Script Won't Show Treeview Itself Within The Window: What's Wrong?

Serious Instability With Pygtk 2.22 And Python 2.6

Has anybody come across this? I've taken the GTK HelloWorld sample. It runs fine. However, if … Read more Serious Instability With Pygtk 2.22 And Python 2.6

How To Search Through A Gtk.liststore In Pygtk And Remove Elements?

I have the following code (where store is a gtk.ListStore and titer is a gtk.TreeIter. The docs say… Read more How To Search Through A Gtk.liststore In Pygtk And Remove Elements?

How To Install Poppler In Ubuntu 15.04?

Poppler is a PDF rendering library based on the xpdf-3.0 code base. I have already downloaded the t… Read more How To Install Poppler In Ubuntu 15.04?