Next:
BLOX.BText-images
, Previous:
BLOX.BText-attributes
, Up:
BLOX.BText
1.42.5 BLOX.BText: geometry management
child: child height: value
Set the height of the given child to be `value' pixels.
child: child heightOffset: value
Adjust the height of the given child to be given by `value' more pixels.
child: child width: value
Set the width of the given child to be `value' pixels.
child: child widthOffset: value
Adjust the width of the given child to be given by `value' more pixels.
child: child x: value
Never fail and do nothing, the children stay where the text ended at the time each child was added in the widget
child: child xOffset: value
This method should not be called for instances of this class.
child: child y: value
Never fail and do nothing, the children stay where the text ended at the time each child was added in the widget
child: child yOffset: value
This method should not be called for instances of this class.
heightChild: child
Answer the given child's height in pixels.
widthChild: child
Answer the given child's width in pixels.
xChild: child
Answer the given child's top-left border's x coordinate. We always answer 0 since the children actually move when the text widget scrolls
yChild: child
Answer the given child's top-left border's y coordinate. We always answer 0 since the children actually move when the text widget scrolls