This module let you use pygtk in Fontforge. Just import the gdraw module and
call

    import gdraw
    gdraw.gtkrunner.start()

when you are ready. To stop the gtk loop, do a 

    gdraw.gtkrunner.stop()

For more information, read the demo script, gdraw.html or the source.

gdraw.py 	A Timer and a helper class to run gtk main loop.
_gdraw.py 	Auto generated ctypes wrapper for fontforge libgdraw functions.

