0% found this document useful (0 votes)
68 views

3.1 Widget-And-Element-Tree

The document describes three trees that are involved in displaying content on a screen: the widget tree defines the configuration and rebuilds frequently, the element tree links widgets to rendered objects and rarely rebuilds, and the render tree contains the actual rendered objects on the screen and also rarely rebuilds.

Uploaded by

Yousef Okasha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views

3.1 Widget-And-Element-Tree

The document describes three trees that are involved in displaying content on a screen: the widget tree defines the configuration and rebuilds frequently, the element tree links widgets to rendered objects and rarely rebuilds, and the render tree contains the actual rendered objects on the screen and also rarely rebuilds.

Uploaded by

Yousef Okasha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Widget Tree & Element Tree

What you see on the screen!


Widget Tree Element Tree Render Tree

Configuration (rebuilds Links widgets with rendered Rendered objects on the


frequently) objects (rarely rebuilds) screen (rarely rebuilds)

Container Container Element Rendered Box


Reference

Column Column Element Rendered Box

MyStateless
MyStateless Rendered Box
Element

MyStateful
MyStateful Rendered Box
Element
State

You might also like