Event XbpWindow():resize Foundation
Size of the Xbase Part has changed.
:resize := {| aOldSize, aNewSize, self | ... }
:resize ( <aOldSize>, <aNewSize> ) --> self
xbeP_Resize (1048625)
This method returns the object executing the method (self).
The xbeP_Resize event is generated after the size of a window has been changed. Two arrays are passed that specify the size of the window in the x and y directions before and after the Xbase Part is resized. The first array <aOldSize> contains the old size and the second array <aNewSize> contains the new or current size.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.