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

Forwarding Keypresses In Gtk

I'm writing a bit of code for a Gedit plugin. I'm using Python and the interface (obviously… Read more Forwarding Keypresses In Gtk

Overriding Virtual Methods In Pygobject

I'm trying to implement the Heigh-for-width Geometry Management in GTK with Python for my custo… Read more Overriding Virtual Methods In Pygobject

Making Rows In A Gtk Treeview Unselectable

I want to make select rows of a PyGTK Tree-view (coupled to a List Store) un-selectable and if poss… Read more Making Rows In A Gtk Treeview Unselectable

Build Failure During Install Py25-gtk On Mac Os X 10.6 Using Macports 1.8

When I do this command : sudo port clean py25-gtk sudo port install py25-gtk I get this error : --… Read more Build Failure During Install Py25-gtk On Mac Os X 10.6 Using Macports 1.8

How Do I Get The Size Of A Pygtk Window?

I'm trying to use gtk.window.get_size(), but it always just returns the default width and heigh… Read more How Do I Get The Size Of A Pygtk Window?

Manually Importing Gtk Fails: Module Not Found

So I would like to execute a python script from command line then and again, and it has to be very … Read more Manually Importing Gtk Fails: Module Not Found