#include <wx/gdi.h>
#include "wx/export.h"
Include dependency graph for gripper.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | EVT_GRIP_DBLCLICK(fn) |
#define | EVT_GRIP_LEFTDOWN(fn) |
#define | EVT_GRIP_LEFTUP(fn) |
#define | EVT_GRIP_MOTION(fn) |
Functions | |
DECLARE_EXPORTED_EVENT_TYPE (WXDLLIMPEXP_DI, wxEVT_GRIP_DBLCLICK, wxEVT_FIRST+1230) DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_DI | |
wxEVT_FIRST | DECLARE_EXPORTED_EVENT_TYPE (WXDLLIMPEXP_DI, wxEVT_GRIP_LEFTUP, wxEVT_FIRST+1232) DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_DI |
Variables | |
wxEVT_GRIP_LEFTDOWN | |
wxEVT_FIRST | wxEVT_GRIP_MOTION |
|
Value: DECLARE_EVENT_TABLE_ENTRY( wxEVT_GRIP_DBLCLICK, -1, -1, \ (wxObjectEventFunction) (wxEventFunction) & fn, NULL ), |
|
Value: DECLARE_EVENT_TABLE_ENTRY( wxEVT_GRIP_LEFTDOWN, -1, -1, \ (wxObjectEventFunction) (wxEventFunction) & fn, NULL ), |
|
Value: DECLARE_EVENT_TABLE_ENTRY( wxEVT_GRIP_LEFTUP, -1, -1, \ (wxObjectEventFunction) (wxEventFunction) & fn, NULL ), |
|
Value: DECLARE_EVENT_TABLE_ENTRY( wxEVT_GRIP_MOTION, -1, -1, \ (wxObjectEventFunction) (wxEventFunction) & fn, NULL ), |
|
|
|
|
|
Definition at line 76 of file gripper.h. Referenced by wxGripWindow::OnLeftDown(). |
|
Definition at line 78 of file gripper.h. Referenced by wxGripWindow::OnMotion(). |