macnotfy.h

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· C头文件 代码 · 共 33 行

H
33
字号
/* ------------------------------------------------------------------------- * Project: Mac Notifier Support * Name:    macnotfy.h * Author:  Stefan CSomor * Purpose: Mac Notifier include file * CVSID:   $Id: macnotfy.h,v 1.4 2005/02/06 11:21:21 SC Exp $ * ------------------------------------------------------------------------- */ #ifndef MAC_NOTIFYERS#define MAC_NOTIFYERS #ifdef __cplusplusextern "C" {#endif /* __cplusplus */typedef void (*wxMacNotificationProcPtr)(unsigned long event , void* data ) ;typedef void *wxMacNotifierTableRef ;void wxMacCreateNotifierTable() ;void wxMacDestroyNotifierTable() ;wxMacNotifierTableRef wxMacGetNotifierTable() ;void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ;void wxMacProcessNotifierEvents() ;void wxMacProcessNotifierAndPendingEvents() ;void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ;#ifdef __cplusplus}#endif  /* __cplusplus */#endif /* MAC_NOTIFYERS */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?