]> git.tdb.fi Git - ext/subsurface.git/commit
Split up generic code to generate a gtk tree view column
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Oct 2011 20:05:12 +0000 (13:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Oct 2011 20:05:12 +0000 (13:05 -0700)
commit8d82c57e4674cacc42e66e2af903142cf80607c6
tree4e67627298c8b2dc3e17dc83a78f9e27320bddbe
parentfe0eff8f1ef6f5bd73a0b89d3ac5fc334650c184
Split up generic code to generate a gtk tree view column

We used to do this just for the dive list, but the new cylinder view
will want to do a lot of the same boilerplate gtk stuff, so make it a
bit more generic and move it to gtk-gui.c.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
display-gtk.h
divelist.c
gtk-gui.c