#include <events.h>
Public Member Functions | |
wxIFMSetChildEvent (wxIFMComponent *component, int childType, wxWindow *child) | |
wxIFMSetChildEvent (const wxIFMSetChildEvent &event) | |
virtual wxEvent * | Clone () const |
wxWindow * | GetChild () const |
int | GetChildType () const |
Protected Attributes | |
wxWindow * | m_child |
child we are adding | |
int | m_childType |
what type of child is it? |
This event is sent during wxIFMAddChildEvent processing and is used to tell a component to manage (position and size) the given child window.
Definition at line 428 of file events.h.
|
Definition at line 436 of file events.h. Referenced by Clone(). |
|
|
|
Definition at line 448 of file events.h. References wxIFMSetChildEvent(). |
|
Definition at line 453 of file events.h. References m_child. Referenced by wxIFMDefaultPanelPlugin::OnSetChild(). |
|
Specifies what type of child it is (Generic, Toolbar, ...) Definition at line 458 of file events.h. References m_childType. Referenced by wxIFMDefaultPanelPlugin::OnSetChild(). |
|
child we are adding
Definition at line 431 of file events.h. Referenced by GetChild(). |
|
what type of child is it?
Definition at line 432 of file events.h. Referenced by GetChildType(). |