wxCalculateLayoutEvent
generated from ../src/mod_gui/event/calclayoutevt.cppThis event is sent by wxLayoutAlgorithm to calculate the amount of the remaining client area that the window should occupy.
Constants
Properties
| Name | Type | Description |
|---|---|---|
| flags | Integer | Get/Set the flags associated with this event. Not currently used. |
| rect | wxRect | 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. |
© 2002 - 2007 Franky Braem.