git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-11-15 20:28:06 +00:00
parent 80f3f3beb6
commit 11bdfd1c7d
4 changed files with 3 additions and 180 deletions

View File

@@ -1,34 +1 @@
/* -------------------------------------------------------------------------
* Project: Mac Notifier Support
* Name: macnotfy.h
* Author: Stefan CSomor
* Purpose: Mac Notifier include file
* CVSID: $Id$
* -------------------------------------------------------------------------
*/
#ifndef MAC_NOTIFYERS
#define MAC_NOTIFYERS
#include "wx/dlimpexp.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
typedef void (*wxMacNotificationProcPtr)(unsigned long event , void* data ) ;
typedef void *wxMacNotifierTableRef ;
WXDLLIMPEXP_BASE void wxMacCreateNotifierTable() ;
WXDLLIMPEXP_BASE void wxMacDestroyNotifierTable() ;
WXDLLIMPEXP_BASE wxMacNotifierTableRef wxMacGetNotifierTable() ;
WXDLLIMPEXP_BASE void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ;
WXDLLIMPEXP_BASE void wxMacProcessNotifierEvents() ;
WXDLLIMPEXP_BASE void wxMacProcessNotifierAndPendingEvents() ;
WXDLLIMPEXP_BASE void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ;
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* MAC_NOTIFYERS */
// TODO REMOVE