Searched refs:wxMacNotifierTableRef (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmacnotfy.h19 typedef void *wxMacNotifierTableRef ; typedef
22 wxMacNotifierTableRef wxMacGetNotifierTable() ;
23 void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ;
26 void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ;
H A Dgsockmac.h88 wxMacNotifierTableRef m_mac_events ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmacnotfy.h19 typedef void *wxMacNotifierTableRef ; typedef
22 wxMacNotifierTableRef wxMacGetNotifierTable() ;
23 void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ;
27 void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ;
H A Dgsockmac.h36 wxMacNotifierTableRef m_mac_events ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmacnotfy.cpp52 wxMacNotifierTableRef wxMacGetNotifierTable()
54 return (wxMacNotifierTableRef) &gMacNotificationEvents ;
58 wxMacNotifierTableRef table ,
81 void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data )
H A Dtimer.cpp118 wxMacNotifierTableRef m_table;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmacnotfy.cpp78 wxMacNotifierTableRef wxMacGetNotifierTable()
80 return (wxMacNotifierTableRef) &gMacNotificationEvents ;
84 wxMacNotifierTableRef table ,
107 void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data )
H A Dtimer.cpp33 wxMacNotifierTableRef m_table ;

Completed in 72 milliseconds