#include "camtypes.h"
#include "cartctl.h"
#include "cartprov.h"
#include "dlgevt.h"
Go to the source code of this file.
Functions | |
DECLARE_EVENT_TABLE_ENTRY (wxEVT_CAMARTCONTROL_INVOKE, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction)(wxCamArtControlEventFunction)&wxCamArtControl::OnInvoke,(wxObject *) NULL) | |
EVT_TIMER (_R(IDC_WXCAMARTCONTROL_AUTOREPEAT), wxCamArtControl::OnTimer) END_EVENT_TABLE() |
|
This file contains the class for wxCamArtControl, derived from wxEvtHandler. This contains a mapping allowing dialogs of ANY class derived from wxDialog to call the relevant bits of DialogManager. |
|
|