wxSizeEvent
generated from ../src/mod_gui/event/sizeevt.cpp
A size event holds information about size change events.
Handle this event by setting a function to the onSize
property on a wxWindow object.
The size retrieved with size property is the size of the whole window.
Use clientSize for the area which may be used by the application.
Constants
Properties
| Name | Type | Description |
|---|---|---|
size ![]() |
wxSize | Returns the size of the window generating this event. |

© 2002 - 2007 Franky Braem.