dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

Squish GUI into one window #171

Closed dripton closed 12 years ago

dripton commented 12 years ago

The multi-window GUI doesn't work well on window managers like Unity, requires extra work to position and size all those windows, and won't work in a browser (#162). Squeeze it all into one window, using gtk.Notebook pages for Anteroom, GUIMasterBoard, and GUIBattleMap.