* src/EditPerson,py: allow reordering of event columns

* src/TransTable.py: allow to be initialized with a list instead of a map
* src/gramps.glade: allow reordering of event columns
* src/gramps_main.py: catch program_init exception
* src/ListModel.py: allow reordering of columns


svn: r3230
This commit is contained in:
Don Allingham
2004-06-23 04:54:33 +00:00
parent 6a06bf2c8a
commit e8dd8dde0b
6 changed files with 56 additions and 15 deletions

View File

@ -48,6 +48,7 @@ class ListModel:
renderer = gtk.CellRendererText()
renderer.set_fixed_height_from_font(1)
column = gtk.TreeViewColumn(name[0],renderer,text=cnum)
column.set_reorderable(gtk.TRUE)
column.set_min_width(name[2])
if name[0] == '':