lazarus/lcl/interfaces/carbon/carbondebug.inc
tombo b001b9fc65 Carbon intf.: fixed TSynEdit painting
git-svn-id: trunk@12935 -
2007-11-20 11:04:22 +00:00

48 lines
2.1 KiB
PHP

{%MainUnit carbonint.pas}
{
/***************************************************************************
carbondebug.inc - Carbon debugging defines
***************************************************************************/
*****************************************************************************
* *
* This file is part of the Lazarus Component Library (LCL) *
* *
* See the file COPYING.modifiedLGPL, included in this distribution, *
* for details about the copyright. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* *
*****************************************************************************
}
// Show debug info when tracing:
{off $define DebugBitmaps}
{off $DEFINE DebugEventLoop}
{off $DEFINE VerboseObject} // Carbon object
{off $DEFINE VerboseTimer}
{off $DEFINE VerboseWinAPI} // Carbon WinAPI
{off $DEFINE VerboseLCLIntf} // Carbon LCLIntf
{off $DEFINE VerboseMouse}
{off $DEFINE VerboseCursor} // Carbon cursor
{off $DEFINE VerboseKeyboard}
{off $DEFINE VerbosePaint}
{off $DEFINE VerboseCanvas}
{off $DEFINE VerboseMenu} // Carbon menu
{$DEFINE VerboseScroll} // Carbon scrollable
{off $DEFINE VerboseBounds} // debug bounding and client rects of LCL vs. intf
{$DEFINE VerboseWidget} // Carbon widget
{off $DEFINE VerboseAppEvent} // Carbon application event handlers
{off $DEFINE VerboseControlEvent} // Carbon control event handlers
{$DEFINE VerboseWindowEvent} // Carbon window event handlers
{$DEFINE VerboseCommonEvent} // Carbon common event handlers
{off $DEFINE VerboseWSClass} // Carbon WS class