This event is sent when LayoutAlgorithm wishes to get
the size, orientation and alignment of a window. More precisely, the event is sent
by the OnCalculateLayout handler which is itself invoked by LayoutAlgorithm.
evt_query_layout_info() { | event | … } | Process a EVT_QUERY_LAYOUT_INFO event,to get size, orientation and alignment from a window. |
CalculateLayoutEvent, SashLayoutWindow, LayoutAlgorithm.
Constructor.
Specifies the alignment of the window (which side of the remaining parent client area
the window sticks to). One of LAYOUT_TOP, LAYOUT_LEFT, LAYOUT_RIGHT, LAYOUT_BOTTOM.
Returns the flags associated with this event. Not currently used.
Returns the orientation that the event handler specified to the event object. May be one of LAYOUT_HORIZONTAL,
LAYOUT_VERTICAL.
Returns the requested length of the window in the direction of the window orientation. This information
is not yet used.
Returns the size that the event handler specified to the event object as being the requested size of the window.
Call this to specify the alignment of the window (which side of the remaining parent client area
the window sticks to). May be one of LAYOUT_TOP, LAYOUT_LEFT, LAYOUT_RIGHT, LAYOUT_BOTTOM.
Sets the flags associated with this event. Not currently used.
Call this to specify the orientation of the window. May be one of LAYOUT_HORIZONTAL,
LAYOUT_VERTICAL.
Sets the requested length of the window in the direction of the window orientation. This information
is not yet used.
Call this to let the calling code know what the size of the window is.
[This page automatically generated from the Textile source at 2023-06-09 00:45:27 +0000]