-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCarbon.h
234 lines (169 loc) · 3.3 KB
/
Carbon.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
/*
File: Carbon.h
Contains: Master include for all of Carbon
Version: Technology: Mac OS X
Release: Universal Interfaces 3.4
Copyright: © 2000-2001 by Apple Computer, Inc., all rights reserved.
Bugs?: For bug reports, consult the following page on
the World Wide Web:
http://developer.apple.com/bugreporter/
*/
#ifndef __CARBON__
#define __CARBON__
#ifndef __CORESERVICES__
#include <CoreServices.h>
#endif
#ifndef __APPLICATIONSERVICES__
#include <ApplicationServices.h>
#endif
#ifndef __APPLICATIONSERVICES__
#include <ApplicationServices.h>
#endif
#ifndef __BALLOONS__
#include <Balloons.h>
#endif
#ifndef __EVENTS__
#include <Events.h>
#endif
#ifndef __PROCESSES__
#include <Processes.h>
#endif
#ifndef __NOTIFICATION__
#include <Notification.h>
#endif
#ifndef __DRAG__
#include <Drag.h>
#endif
#ifndef __ICONS__
#include <Icons.h>
#endif
#ifndef __CONTROLS__
#include <Controls.h>
#endif
#ifndef __APPEARANCE__
#include <Appearance.h>
#endif
#ifndef __MACWINDOWS__
#include <MacWindows.h>
#endif
#ifndef __TEXTEDIT__
#include <TextEdit.h>
#endif
#ifndef __MENUS__
#include <Menus.h>
#endif
#ifndef __DIALOGS__
#include <Dialogs.h>
#endif
#ifndef __LISTS__
#include <Lists.h>
#endif
#ifndef __CARBONEVENTS__
#include <CarbonEvents.h>
#endif
#ifndef __TEXTSERVICES__
#include <TextServices.h>
#endif
#ifndef __SCRAP__
#include <Scrap.h>
#endif
#ifndef __MACTEXTEDITOR__
#include <MacTextEditor.h>
#endif
#ifndef __MACHELP__
#include <MacHelp.h>
#endif
#ifndef __CONTROLDEFINITIONS__
#include <ControlDefinitions.h>
#endif
#ifndef __TSMTE__
#include <TSMTE.h>
#endif
#ifndef __TRANSLATIONEXTENSIONS__
#include <TranslationExtensions.h>
#endif
#ifndef __TRANSLATION__
#include <Translation.h>
#endif
#ifndef __AEINTERACTION__
#include <AEInteraction.h>
#endif
#ifndef __TYPESELECT__
#include <TypeSelect.h>
#endif
#ifndef __INTERNETCONFIG__
#include <InternetConfig.h>
#endif
#ifndef __MACAPPLICATION__
#include <MacApplication.h>
#endif
#ifndef __KEYBOARDS__
#include <Keyboards.h>
#endif
#ifndef __SOUND__
#include <Sound.h>
#endif
#ifndef __OSA__
#include <OSA.h>
#endif
#ifndef __OSACOMP__
#include <OSAComp.h>
#endif
#ifndef __OSAGENERIC__
#include <OSAGeneric.h>
#endif
#ifndef __APPLESCRIPT__
#include <AppleScript.h>
#endif
#ifndef __ASDEBUGGING__
#include <ASDebugging.h>
#endif
#ifndef __ASREGISTRY__
#include <ASRegistry.h>
#endif
#ifndef __FINDERREGISTRY__
#include <FinderRegistry.h>
#endif
#ifndef __PMAPPLICATION__
#include <PMApplication.h>
#endif
#ifndef __NAVIGATION__
#include <Navigation.h>
#endif
#ifndef __URLACCESS__
#include <URLAccess.h>
#endif
#ifndef __COLORPICKER__
#include <ColorPicker.h>
#endif
#ifndef __CMCALIBRATOR__
#include <CMCalibrator.h>
#endif
#ifndef __HTMLRENDERING__
#include <HTMLRendering.h>
#endif
#ifndef __SPEECHRECOGNITION__
#include <SpeechRecognition.h>
#endif
#ifndef __NSL__
#include <NSL.h>
#endif
#ifndef __KEYCHAINHI__
#include <KeychainHI.h>
#endif
#ifndef __IBCARBONRUNTIME__
#include <IBCarbonRuntime.h>
#endif
#ifndef __APPLEHELP__
#include <AppleHelp.h>
#endif
#ifndef __ICAAPPLICATION__
#include <ICAApplication.h>
#endif
#ifndef __ICADEVICE__
#include <ICADevice.h>
#endif
#ifndef __ICACAMERA__
#include <ICACamera.h>
#endif
#endif /* __CARBON__ */