cutego/gui/qhelpevent.h
2015-11-09 18:23:42 +01:00

13 lines
264 B
C
Executable file

#ifdef __cplusplus
extern "C" {
#endif
void* QHelpEvent_NewQHelpEvent(int ty, void* pos, void* globalPos);
int QHelpEvent_GlobalX(void* ptr);
int QHelpEvent_GlobalY(void* ptr);
int QHelpEvent_X(void* ptr);
int QHelpEvent_Y(void* ptr);
#ifdef __cplusplus
}
#endif