Continued to implement GUI::Program.
commit59384932179f04a8185ee73e29406c81ad087f21
authorstrange <kawk256@gmail.com>
Thu, 3 Dec 2009 23:10:57 +0000 (3 16:10 -0700)
committerstrange <kawk256@gmail.com>
Thu, 3 Dec 2009 23:10:57 +0000 (3 16:10 -0700)
tree2322fd06df83630fd132ba55d5c9ab9fb86c5183
parentd02b406f3de9b60d16058647d27e5e26f60d131a
Continued to implement GUI::Program.

There is an issue, though. Program spawns an instance of aesalon (the path to
aesalon is hard-coded at the moment . . .), but aesalon nevers sends anything
back to the GUI, for some reason . . .

No idea why not.
src/gui/MainWindow.cpp
src/gui/Program.cpp
src/gui/Program.h
src/gui/ProgramDisplay.cpp
src/gui/ProgramDisplay.h
src/platform/ArgumentList.cpp