[EMAIL PROTECTED] wrote: > My question is can you please where is the gecko code which layout > (location the nsIFrame by setting the x,y of the frame) and render > (find out the real dimenision of the frame) of the frame?
The frame's Reflow() method does the latter. The positioning is done by the parent's Reflow() method. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

