#include <wx/event.h>
Include dependency graph for EvtValueChanged.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ValueChangedEvent |
Value changed event. More... | |
Defines | |
#define | EVT_VALUE_CHANGED(fn) |
Events from child windows. | |
Typedefs | |
typedef void(wxEvtHandler::* | ValueChangedFunction )(ValueChangedEvent &) |
Event handler definition. |
|
Value: DECLARE_EVENT_TABLE_ENTRY( EVT_VALUE_CHANGED, -1, -1, \ (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) \ wxStaticCastEvent(ValueChangedFunction, & fn ), (wxObject *) NULL ), These events notify the parent window of changes, so that it can update itself accordingly. Definition at line 55 of file EvtValueChanged.h. Referenced by TxtValue::OnKeyDown(), and TxtValue::OnKillFocus(). |
|
Event handler definition.
Definition at line 43 of file EvtValueChanged.h. |