2
Tcl 2002 – Realizing Windows Look & Feel with Tk
Printing
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.