Refactoring for fileConfig. Contributed by Shane Hathaway.
[python.git] / Mac / Wastemods / WETabHooks.h
blob635db74ffce56d101b96062b0cf08431a483ebc2
1 /*
2 * WETabHooks.h
4 * WASTE TABS PACKAGE
5 * Private (internal) interface
7 * Copyright (c) 1993-1998 Marco Piovanelli
8 * All Rights Reserved
13 #ifndef WITHOUT_FRAMEWORKS
14 #include <Carbon/Carbon.h>
15 #endif
16 #ifndef _WASTE_
17 #include "WASTE.h"
18 #endif
20 enum {
21 kTabSizeTag = 'tbsz'
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
28 pascal void _WETabDrawText(const char *, SInt32, Fixed, JustStyleCode, WEReference);
29 pascal SInt32 _WETabPixelToChar(const char *, SInt32, Fixed, Fixed *, WEEdge *, JustStyleCode, Fixed, WEReference);
30 pascal SInt16 _WETabCharToPixel(const char *, SInt32, Fixed, SInt32, SInt16, JustStyleCode, SInt16, WEReference);
31 pascal StyledLineBreakCode _WETabLineBreak(const char *, SInt32, SInt32, SInt32, Fixed *, SInt32 *, WEReference);
33 #ifdef __cplusplus
35 #endif