wxCalculateLayoutEventThis event is sent by wxLayoutAlgorithm to calculate the amount of the remaining client area that the window should occupy. Derived from Include files <wx/laywin.h> Event table macros
See also wxQueryLayoutInfoEvent, wxSashLayoutWindow, wxLayoutAlgorithm. Members
wxCalculateLayoutEvent::wxCalculateLayoutEvent
wxCalculateLayoutEvent::wxCalculateLayoutEventwxCalculateLayoutEvent(wxWindowID id = 0) Constructor.
wxCalculateLayoutEvent::GetFlagsint GetFlags() const Returns the flags associated with this event. Not currently used.
wxCalculateLayoutEvent::GetRectwxRect GetRect() const 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.
wxCalculateLayoutEvent::SetFlagsvoid SetFlags(int flags) Sets the flags associated with this event. Not currently used.
wxCalculateLayoutEvent::SetRectvoid SetRect(const wxRect& rect) Call this to specify the new remaining parent client area, after the space occupied by the window has been subtracted.
|