cutego/gui/qdragmoveevent.h

14 lines
426 B
C
Raw Normal View History

2015-10-24 18:18:24 +03:00
#ifdef __cplusplus
extern "C" {
#endif
2015-11-09 20:23:42 +03:00
void* QDragMoveEvent_NewQDragMoveEvent(void* pos, int actions, void* data, int buttons, int modifiers, int ty);
void QDragMoveEvent_Accept2(void* ptr);
void QDragMoveEvent_Accept(void* ptr, void* rectangle);
void QDragMoveEvent_Ignore2(void* ptr);
void QDragMoveEvent_Ignore(void* ptr, void* rectangle);
void QDragMoveEvent_DestroyQDragMoveEvent(void* ptr);
2015-10-24 18:18:24 +03:00
#ifdef __cplusplus
}
#endif