This is the observer function that is called whenever any font option is changed.
def __callback ( self, font ):
"""Observer for font changes.
[ sys.stdout +:= current font name from self.fontSelect ]
"""
print "Change to:", self.fontSelect.getName()