|
From: James W. W. <os...@jw...> - 2005-07-20 02:59:37
|
On Jul 19, 2005, at 7:31 PM, Edward K. Chew wrote: > I just added some printing support taking what I believed to be the > path of least resistance. I use the same view object for printing > as I do for window updates. Maybe that's a bad idea. Yes, it's safest have have a one-to-one-to-one correspondence between views, draw contexts, and renderers. |