You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
zenorocha edited this page Nov 19, 2012
·
1 revision
What's the difference between boundingBox and contentBox?
boundingBox: The widget's outermost node, used for sizing and positioning; this element can also serve as a containing node for any decorator elements used for skinning.
contentBox: A node that is a direct descendant of a widget's bounding box and houses its content. This will generally be the node that establishes the look and feel for the widget.