#include "ctrllist.h"
Go to the source code of this file.
Classes | |
class | wxCamDrawControlEvent |
A derived event to allow for postprocessing of autorepeat on buttons Notes: In the OIL See Also:. More... | |
class | wxCamDrawControl |
A base class for controls using the CamDrawProvider to paint themselves Notes: In the OIL See Also:. More... | |
class | wxCamDrawControlXmlHandler |
A resource handler to enable wxCamDrawControl items to be loaded from XML Notes: In the OIL See Also:. More... | |
Defines | |
#define | EVT_CAMDRAWCONTROL_INVOKE(id, fn) |
Typedefs | |
typedef void(wxEvtHandler::* | wxCamDrawControlEventFunction )(wxCamDrawControlEvent &) |
Enumerations | |
enum | wxCamDrawControlStyle { wxCDCS_DEFAULT = 0, wxCDCS_SETCLIPRECT = 1<<0 } |
Functions | |
DECLARE_EVENT_TYPE (wxEVT_CAMDRAWCONTROL_INVOKE,-1) |
|
Value: DECLARE_EVENT_TABLE_ENTRY(wxEVT_CAMDRAWCONTROL_INVOKE, id, -1, \ (wxObjectEventFunction)(wxEventFunction)(wxCamDrawControlEventFunction) &fn, (wxObject *) NULL), |
|
|
|
Definition at line 104 of file drawctl.h. 00105 { 00106 // Caching flags start here - the art provider may have a different bitmap depending on the 00107 // state of these flags... 00108 00109 wxCDCS_DEFAULT = 0, 00110 wxCDCS_SETCLIPRECT = 1<<0 00111 };
|
|
|