Construct a new layout item.
The widget to be managed by the item.
The widget will be set to absolute positioning.
The widget managed by the layout item.
Whether the managed widget is attached.
Whether the layout item is disposed.
Whether the managed widget is hidden.
Whether the managed widget is visible.
The computed maximum height of the widget.
This value can be updated by calling the fit
method.
The computed maximum width of the widget.
This value can be updated by calling the fit
method.
The computed minimum height of the widget.
This value can be updated by calling the fit
method.
The computed minimum width of the widget.
This value can be updated by calling the fit
method.
Dispose of the the layout item.
This will reset the positioning of the widget.
Update the computed size limits of the managed widget.
Update the position and size of the managed widget.
The left edge position of the layout box.
The top edge position of the layout box.
The width of the layout box.
The height of the layout box.
Generated using TypeDoc
An object which assists in the absolute layout of widgets.
Notes
This class is useful when implementing a layout which arranges its widgets using absolute positioning.
This class is used by nearly all of the built-in Phosphor layouts.