SashLayoutWindow responds to OnCalculateLayout events generated
by LayoutAlgorithm. It allows the
application to use simple accessors to specify how the window should be
laid out, rather than having to respond to events. The fact that
the class derives from SashWindow allows sashes to be used if required,
to allow the windows to be user-resizable.
The documentation for LayoutAlgorithm explains
the purpose of this class in more detail.
See SashWindow.
This class handles the EVT_QUERY_LAYOUT_INFO and EVT_CALCULATE_LAYOUT events
for you. However, if you use sashes, see SashWindow for
relevant event information.
See also LayoutAlgorithm for information
about the layout events.
LayoutAlgorithm, SashWindow, Event handling overview
Constructs a sash layout window, which can be a child of a frame, dialog or any other non-control window.
Initializes a sash layout window, which can be a child of a frame, dialog or any other non-control window.
Returns the alignment of the window: one of LAYOUT_TOP, LAYOUT_LEFT, LAYOUT_RIGHT, LAYOUT_BOTTOM.
Returns the orientation of the window: one of LAYOUT_HORIZONTAL, LAYOUT_VERTICAL.
The default handler for the event that is generated by LayoutAlgorithm. The implementation
of this function calls CalculateLayoutEvent::SetRect to shrink the provided size according to
how much space this window takes up. For further details,
see LayoutAlgorithm and CalculateLayoutEvent.
The default handler for the event that is generated by OnCalculateLayout to get
size, alignment and orientation information for the window. The implementation
of this function uses member variables as set by accessors called by the application.
For further details, see LayoutAlgorithm and QueryLayoutInfoEvent.
Sets the alignment of the window (which edge of the available parent client area the window
is attached to). alignment is one of LAYOUT_TOP, LAYOUT_LEFT, LAYOUT_RIGHT, LAYOUT_BOTTOM.
Sets the default dimensions of the window. The dimension other than the orientation will be fixed to this
value, and the orientation dimension will be ignored and the window stretched to fit the available space.
Sets the orientation of the window (the direction the window will stretch in, to fill the available
parent client area). orientation is one of LAYOUT_HORIZONTAL, LAYOUT_VERTICAL.
[This page automatically generated from the Textile source at 2023-06-09 00:45:26 +0000]