1 /* -------------------------------------------------------------------------
2 * Project: Mac Notifier Support
4 * Author: Stefan CSomor
5 * Purpose: Mac Notifier include file
7 * -------------------------------------------------------------------------
15 #endif /* __cplusplus */
17 typedef void (*wxMacNotificationProcPtr
)(unsigned long event
, void* data
) ;
19 typedef void *wxMacNotifierTableRef
;
20 void wxMacCreateNotifierTable() ;
21 void wxMacDestroyNotifierTable() ;
22 wxMacNotifierTableRef
wxMacGetNotifierTable() ;
23 void wxMacAddEvent( wxMacNotifierTableRef table
, wxMacNotificationProcPtr handler
, unsigned long event
, void* data
, short wakeUp
) ;
25 void wxMacProcessNotifierEvents() ;
26 void wxMacProcessNotifierAndPendingEvents() ;
27 void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table
, void* data
) ;
31 #endif /* __cplusplus */
33 #endif /* MAC_NOTIFYERS */