Next: BLOX.BCanvas-widget protocol, Previous: BLOX.BCanvas-accessing, Up: BLOX.BCanvas [Index]
The widget identified by child has been added to the receiver. This method is public not because you can call it, but because it can be useful to override it, not forgetting the call to either the superclass implementation or #basicAddChild:, to perform some initialization on the children just added. Answer the new child.
Set the given child’s height.
Offset the given child’s height by value pixels.
Set the given child’s width.
Offset the given child’s width by value pixels.
Set the given child’s top-left corner’s x coordinate, in pixels in the canvas’ coordinate system.
Offset the given child’s top-left x by value pixels.
Set the given child’s top-left corner’s y coordinate, in pixels in the canvas’ coordinate system.
Offset the given child’s top-left y by value pixels.
Answer the given child’s height in pixels.
Answer the given child’s width in pixels.
Answer the given child’s top-left corner’s x coordinate, in pixels in the canvas’ coordinate system.
Answer the given child’s top-left corner’s y coordinate, in pixels in the canvas’ coordinate system.
Next: BLOX.BCanvas-widget protocol, Previous: BLOX.BCanvas-accessing, Up: BLOX.BCanvas [Index]