]> git.saurik.com Git - wxWidgets.git/blob - include/wx/cocoa/log.h
Use RIAA wrapper for wxSpinCtrl event disabling in wxGTK.
[wxWidgets.git] / include / wx / cocoa / log.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/cocoa/log.h
3 // Purpose: Declare wxCocoa-specific trace masks
4 // Author: David Elliott
5 // Modified by:
6 // Created: 2004/02/07
7 // Copyright: (c) 2004 David Elliott
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
10
11 #ifndef _WX_COCOA_LOG_H__
12 #define _WX_COCOA_LOG_H__
13
14 // General tracing (in lieu of wxLogDebug)
15 #define wxTRACE_COCOA wxT("COCOA")
16 // Specific tracing
17 #define wxTRACE_COCOA_RetainRelease wxT("COCOA_RetainRelease")
18 #define wxTRACE_COCOA_TopLevelWindow_Size wxT("COCOA_TopLevelWindow_Size")
19 #define wxTRACE_COCOA_Window_Size wxT("COCOA_Window_Size")
20
21 #endif //ndef _WX_COCOA_LOG_H__