]> git.saurik.com Git - wxWidgets.git/blame - include/wx/cocoa/log.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / cocoa / log.h
CommitLineData
a619fa3f
DE
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
a619fa3f 7// Copyright: (c) 2004 David Elliott
65571936 8// Licence: wxWindows licence
a619fa3f
DE
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__