In a fit of anger, I started my own gui system.
commitda56b85e0b4dcd533f9f18bcc16e429cc31f6be2
authorBrian Caine <brian@mephistopheles.(none)>
Mon, 5 Nov 2007 03:44:46 +0000 (4 22:44 -0500)
committerBrian Caine <brian@mephistopheles.(none)>
Mon, 5 Nov 2007 03:44:46 +0000 (4 22:44 -0500)
tree4b9da584abc544d8c3347750e1380757a371872a
parentdda71e694363d8c294d393c91d71a82bf1b65a60
In a fit of anger, I started my own gui system.

The definitions for each widget is in an xml file and themes are in
zipfiles.
17 files changed:
more_twisted.py
pack_out/run.xml
pygame_gui/DerGUI.py [new file with mode: 0644]
pygame_gui/babble [new file with mode: 0644]
pygame_gui/test_suite.py [new file with mode: 0644]
pygame_gui/theme_one/button.png [new file with mode: 0644]
pygame_gui/theme_one/button_bottom.png [new file with mode: 0644]
pygame_gui/theme_one/button_left.png [new file with mode: 0644]
pygame_gui/theme_one/button_left_bottom.png [new file with mode: 0644]
pygame_gui/theme_one/button_left_top.png [new file with mode: 0644]
pygame_gui/theme_one/button_right.png [new file with mode: 0644]
pygame_gui/theme_one/button_right_bottom.png [new file with mode: 0644]
pygame_gui/theme_one/button_right_top.png [new file with mode: 0644]
pygame_gui/theme_one/button_top.png [new file with mode: 0644]
pygame_gui/update_zip.sh [new file with mode: 0644]
pygame_gui/widgets.xml [new file with mode: 0644]
update_zip.sh