[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question
- Subject: Question
- From: osiris@cs.utexas.edu
- Date: Thu, 3 Jun 1993 14:27:05 -0600
I'm not sure if I am asking in the right place, but here goes.
The MCL manual states that a view draws itself relative to its own
coordinate system, clipped to its container's clip region, but when I
create a window, and then a simple view inside it. All of the simple
view's drawing is clipped to the simple view's bounding box (i.e. the size
rectangle) instead of the window's clip region. Why?
--Thanks in advance.