#include "Identifier.h"
#include <wx/defs.h>
#include <wx/statbmp.h>
Go to the source code of this file.
◆ EVT_GRABBER
#define EVT_GRABBER |
( |
|
id, |
|
|
|
fn |
|
) |
| |
Value: DECLARE_EVENT_TABLE_ENTRY(EVT_GRABBER_CLICKED, id, wxID_ANY, \
(wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) \
void(wxEvtHandler::* GrabberEventFunction)(GrabberEvent &)
Definition at line 97 of file Grabber.h.
◆ GrabberEventHandler
#define GrabberEventHandler |
( |
|
func | ) |
(wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(GrabberEventFunction, &func) |
◆ grabberWidth
◆ GrabberEventFunction
typedef void(wxEvtHandler::* GrabberEventFunction) (GrabberEvent &) |