packages icon
This was my first attempt at writing a GTK+ application, so I thought
why not write something that I find useful.  Maybe you'll find it useful,
maybe not.  If you have any ideas/bugs you've found, please email me at
jeffw@ucsd.edu.

one last note, the xrolypoly.glade file won't be the real glade project
corresponding to XRolyPoly.  The reason being that I made changes to the
GUI after using glade, and fucked up the file so that glade couldn't read
it back =)  But I've provided it anyways in case you want to look at it.

USAGE:
-------
To create a new entry, just fill in all the relevant information in the
text boxes and click the ADD button.

To make changes to an existing entry, select it from the NAMES list, make
your changes directly to the text boxes, and then click SAVE to update
the information.

To delete an entry, select it from the NAMES list and hit the DELETE
button.

To clear out all the data in the text boxes, click CLEAR.

To quit, click FLEE =)

If you want to duplicate an entry, select the entry from the NAMES list,
then click ADD.

NOTE: Save is used ONLY to make changes to an existing entry, not to
create a new one.