started splitting up UI windows into classes
authorRyan Campbell <campbellr@gmail.com>
Wed, 21 Apr 2010 17:03:13 +0000 (11:03 -0600)
committerRyan Campbell <campbellr@gmail.com>
Wed, 21 Apr 2010 17:03:13 +0000 (11:03 -0600)
commit1dd8be7a210c885845609a8f0490b8ac78677579
tree95b22f435e21d468995bc338614adaefc50296e3
parentc569e636b03e27f95ddd8a9c167bccf4acb1f28b
started splitting up UI windows into classes

The fremantle ui.py now contains 3 classes:
 baseUI, which contains common methods (like menu creation)
 meveMonUI, which contains the first window (character list)
 CharacterSheetUI, which contains the character sheet window

This should allow us to clean up the code a bit easier.
src/ui/fremantle/ui.py