X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=doc%2Freference%2Freference.xml;h=ac79dec18e56c7bf89966ae13d35853d3f8d1209;hp=844bad61a0c47f32acdb2934b9b50da2990b53cc;hb=ae0cd6164facf843cc136f52e3f78e3843191d61;hpb=321bc4ea252adf3fff47494d66938be404fb22b9 diff --git a/doc/reference/reference.xml b/doc/reference/reference.xml index 844bad6..ac79dec 100644 --- a/doc/reference/reference.xml +++ b/doc/reference/reference.xml @@ -402,8 +402,6 @@
-
- Each box occupies a rectangular region on the surface. The visual appearance of a surface is created by rendering each box in its tree. Unless the [[clip]] attribute is [[false]], each box will @@ -459,9 +457,6 @@ These eight components plus the size of a box fully specify its appearance. Every single box you see in Ibex is drawn only on the basis of these components and its size. -
- -
The size and position of every box is determined by its properties, its childrens' sizes, and its parent's size and @@ -495,8 +490,6 @@ resizing the surface at all. However, not all platforms give Ibex enough control to do this. - - When talking about positioning, we will often refer to the @@ -547,9 +540,6 @@ - - -
@@ -582,7 +572,14 @@
-
+ + + Each non-packed box is transformed according to the parent's + [[transform]] property and then positioned so that its alignment + point is [[(child.x, child.y)]] pixels from the corresponding + edge/corner/center of its parent. + + Ibex formulates a set of constraints for placing a box's **packed** children as follows: @@ -615,14 +612,6 @@ does not (due to [[maxwidth]] or minimum width constraints), the box's will be placed so that its alignment point coincides with the alignment point of that rectangle of cells. -
- -
- Each non-packed box is transformed according to the parent's - [[transform]] property and then positioned so that its alignment - point is [[(child.x, child.y)]] pixels from the corresponding - edge/corner/center of its parent. -
@@ -663,8 +652,7 @@
- - +