rlhelinski / musicbrainz-catalog

Python code for cataloging your music collection cross-referenced with MusicBrainz
GNU General Public License v2.0
2 stars 0 forks source link

pygtk actiongroup #74

Closed rlhelinski closed 8 years ago

rlhelinski commented 8 years ago

This branch replaces the painfully long code that generates the menu, saves references to some widgets, and creates and registers new stock, with code that uses pygtk.UIManager so that menu items can be used in the menu as well as other places such as the toolbar. This also adds a toolbar with some actions on it for convenience.