Getting X error on reordering columns in TreeView

2013-10-21 Thread Jeffrey Barish
Try running this simple program (reordercols.py): # The purpose of this program is to test reorderable columns in a TreeView. import gtk class ReorderableColumns(object): def __init__(self): self.window = gtk.Window() self.window.connect(destroy, gtk.main_quit)

non-Linux OSes

2013-10-21 Thread Ryan Lortie
hi, GLib aims to work on a wide range of operating systems, but we have no good story for ensuring that this is the case. Mostly we do things for Linux and, if they are the sort of thing that may cause problems, we also check that they work on Windows. We read manpages and make sure that the