Printing
n The expectation:  anything you see or view in a window can be
printed
n Printing is complicated since what is presented on the display
can be a composition of Tk and/or custom widgets
n Implementing printing in the ModelSim Wave window required
both low level access to widgets DC buried inside Tk, middle-
level code to handle composition of a page and high-level code
to handle printer configuration and pagination.