On Friday 2008-11-21 08:46 -0800, [EMAIL PROTECTED] wrote:
> Could somebody please shed some light on the difference between
> following functions of frame class
> 
> 1. GetNextSibling()
> 2. GetNextContinuation()
> 3. GetNextInFlowVirtual() &
> 4. GetNextInFlow()

GetFirstChild and GetNextSibling (and GetAdditionalChildListName)
are used to represent the tree structure of the frame tree.

For the rest, see https://wiki.mozilla.org/Gecko:Continuation_Model .

GetNextInFlowVirtual looks like it's part of some optimization; it
doesn't look intended to be used directly.

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to