This event is sent by LayoutAlgorithm to
calculate the amount of the remaining client area that the window should
occupy.
evt_calculate_layout() { | event | … } | Process a EVT_CALCULATE_LAYOUT event,which asks the window to take a ‘bite’ out of a rectangle provided by the algorithm. |
QueryLayoutInfoEvent, SashLayoutWindow, LayoutAlgorithm.
Constructor.
Returns the flags associated with this event. Not currently used.
Before the event handler is entered, returns the remaining parent client area that the window
could occupy. When the event handler returns, this should contain the remaining parent client rectangle,
after the event handler has subtracted the area that its window occupies.
Sets the flags associated with this event. Not currently used.
Call this to specify the new remaining parent client area, after the space occupied by the
window has been subtracted.
[This page automatically generated from the Textile source at 2023-06-03 08:07:36 +0000]