#include <events.h>
Public Member Functions | |
wxIFMUpdateComponentEvent (wxIFMComponent *component, wxRect rect) | |
wxIFMUpdateComponentEvent (const wxIFMUpdateComponentEvent &event) | |
virtual wxEvent * | Clone () const |
wxSize | GetSize () const |
wxPoint | GetPosition () const |
wxRect | GetRect () const |
Protected Attributes | |
wxRect | m_rect |
new absolute size and position for the component |
This event is used to set the size and position of a component, and instruct the component to update any of its child components or child window.
Definition at line 677 of file events.h.
|
Definition at line 684 of file events.h. Referenced by Clone(). |
|
|
|
Definition at line 694 of file events.h. References wxIFMUpdateComponentEvent(). |
|
Definition at line 704 of file events.h. References m_rect. |
|
Definition at line 709 of file events.h. References m_rect. Referenced by wxIFMDefaultPlugin::OnUpdate(). |
|
Definition at line 699 of file events.h. References m_rect. |
|
new absolute size and position for the component
Definition at line 680 of file events.h. Referenced by GetPosition(), GetRect(), and GetSize(). |