]> git.tdb.fi Git - ext/subsurface.git/commit
Show the dives as a gtk list/tree widget
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Aug 2011 03:56:01 +0000 (20:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Aug 2011 03:56:01 +0000 (20:56 -0700)
commitd1ae1c48309cd0ac5af96114040407dd51e92c37
tree75a7e2ce1dafc57d62bf8b6ac5224f93a7069332
parent3aa02ccba93648f2decab899a5b9c42b6bcea9bf
Show the dives as a gtk list/tree widget

Ok, so I'm not very good at this.  I'll need to enclose the dang thing
in a scrollable window, and then make that scrollable thing just part of
the whole window.

But hey, it's pixels on the screen.  Pixels that show the names of the
dives we've parsed.  At least as many as will fit on screen at one time ;)

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
main.c