Make window into an object.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 28 Jul 2011 21:47:51 +0000 (22:47 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 28 Jul 2011 21:47:51 +0000 (22:47 +0100)
commit1d7c4274827064c684d831c9ef51b198ba8798a2
tree75b69e9de4f74af2e931228be3ccfa3d4eaa6a59
parentc2c9d5bbc2ae5831a912ed5d33d04d43cad09660
Make window into an object.

This refactors the code so that the main window is an
object.  This will allow us to use signals for the menu
functions instead of direct callbacks.
main.ml
window.ml
window.mli