Now Uses gtkbuilder/glade for gui building.master
commit18c2980fa91891a5fac99d93951814e140705f9f
authorMicah Heyer <micah@heyer-laptop.(none)>
Tue, 30 Jun 2009 04:11:44 +0000 (29 23:11 -0500)
committerMicah Heyer <micah@heyer-laptop.(none)>
Tue, 30 Jun 2009 04:11:44 +0000 (29 23:11 -0500)
tree29f560405ad54c87f707193943987e7d8403deba
parent111f16a3c38b68213c973bdc2c3b5e2ba71cba20
Now Uses gtkbuilder/glade for gui building.
This cleans up the program a bit and as a result should make it easier
to understand. I like the idea of seperating the logic and the gui this
way. It also reduces the need for slow compiles (not that thats a
problem for a project this size) because the gui can be tweeked using
glade or just a text editor.
Ok, I admit I haven't used glade much and am just scratching an itch. Oh
well.:)
SConstruct
gui.xml [new file with mode: 0644]
main.cpp