| /* | |
| * tkMacOSXDebug.h -- | |
| * | |
| * Declarations of Macintosh specific functions for debugging MacOS events, | |
| * regions, etc... | |
| * | |
| * Copyright 2001-2009, Apple Inc. | |
| * Copyright (c) 2005-2009 Daniel A. Steffen <[email protected]> | |
| * | |
| * See the file "license.terms" for information on usage and redistribution | |
| * of this file, and for a DISCLAIMER OF ALL WARRANTIES. | |
| */ | |
| MODULE_SCOPE void* TkMacOSXGetNamedDebugSymbol(const char* module, const char* symbol); | |
| /* Macro to abstract common use of TkMacOSXGetNamedDebugSymbol to initialize named symbols */ | |