nThe expectation:
anything you see or view in a window can be printed
nPrinting is complicated since what is presented on the
display can be a composition of Tk and/or
custom widgets
nImplementing 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.