1 /*
2  *  Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3  *  Copyright (C) 2010-2012 - DIGITEO - Bruno JOFRET
4  *  Copyright (C) 2012-2014 - Scilab-Enterprises - Bruno JOFRET
5  *
6  *  This source file is licensed as described in the file COPYING, which
7  *  you should have received as part of this distribution.  The terms
8  *  are also available at
9  *  http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
10  *
11  */
12 
13 /*
14  * -=- This is a generated file, please do not edit by hand             -=-
15  * -=- Please see properties definitions in                             -=-
16  * -=- SCI/modules/graphic_objects/src/scripts/propertiesMap.properties -=-
17  */
18 
19 #ifndef  __GRAPHIC_OBJECT_PROPERTIES_H__
20 #define __GRAPHIC_OBJECT_PROPERTIES_H__
21 
22 #define __GO_ARC__ 0
23 #define __GO_AXES__ 1
24 #define __GO_AXESMODEL__ 2
25 #define __GO_AXIS__ 3
26 #define __GO_CHAMP__ 4
27 #define __GO_COMPOUND__ 5
28 #define __GO_FAC3D__ 6
29 #define __GO_FEC__ 7
30 #define __GO_FIGURE__ 8
31 #define __GO_FIGUREMODEL__ 9
32 #define __GO_GRAYPLOT__ 10
33 #define __GO_LABEL__ 11
34 #define __GO_LEGEND__ 12
35 #define __GO_MATPLOT__ 13
36 #define __GO_PLOT3D__ 14
37 #define __GO_POLYLINE__ 15
38 #define __GO_RECTANGLE__ 16
39 #define __GO_SEGS__ 17
40 #define __GO_TEXT__ 18
41 #define __GO_UICONTROL__ 19
42 #define __GO_UIMENU__ 20
43 #define __GO_UICONTEXTMENU__ 21
44 #define __GO_CHILDREN__ 22
45 #define __GO_CHILDREN_COUNT__ 23
46 #define __GO_PARENT__ 24
47 #define __GO_USER_DATA__ 25
48 #define __GO_USER_DATA_SIZE__ 26
49 #define __GO_VISIBLE__ 27
50 #define __GO_HIDDEN__ 28
51 #define __GO_TYPE__ 29
52 #define __GO_DATA_MODEL__ 30
53 #define __GO_PARENT_FIGURE__ 31
54 #define __GO_PARENT_AXES__ 32
55 #define __GO_HAS_LEGEND_CHILD__ 33
56 #define __GO_LEGEND_CHILD__ 34
57 #define __GO_SELECTED_CHILD__ 35
58 #define __GO_CALLBACK__ 36
59 #define __GO_CALLBACKTYPE__ 37
60 #define __GO_DATA_MODEL_COORDINATES__ 38
61 #define __GO_DATA_MODEL_X__ 39
62 #define __GO_DATA_MODEL_Y__ 40
63 #define __GO_DATA_MODEL_Z__ 41
64 #define __GO_DATA_MODEL_X_COORDINATES_SHIFT__ 42
65 #define __GO_DATA_MODEL_Y_COORDINATES_SHIFT__ 43
66 #define __GO_DATA_MODEL_Z_COORDINATES_SHIFT__ 44
67 #define __GO_DATA_MODEL_X_COORDINATES_SHIFT_SET__ 45
68 #define __GO_DATA_MODEL_Y_COORDINATES_SHIFT_SET__ 46
69 #define __GO_DATA_MODEL_Z_COORDINATES_SHIFT_SET__ 47
70 #define __GO_DATA_MODEL_NUM_ELEMENTS__ 48
71 #define __GO_DATA_MODEL_NUM_ELEMENTS_ARRAY__ 49
72 #define __GO_DATA_MODEL_NUM_VERTICES_PER_GON__ 50
73 #define __GO_DATA_MODEL_NUM_GONS__ 51
74 #define __GO_DATA_MODEL_Z_COORDINATES_SET__ 52
75 #define __GO_DATA_MODEL_COLORS__ 53
76 #define __GO_DATA_MODEL_NUM_COLORS__ 54
77 #define __GO_DATA_MODEL_NUM_VERTICES__ 55
78 #define __GO_DATA_MODEL_NUM_INDICES__ 56
79 #define __GO_DATA_MODEL_INDICES__ 57
80 #define __GO_DATA_MODEL_VALUES__ 58
81 #define __GO_DATA_MODEL_NUM_VERTICES_BY_ELEM__ 59
82 #define __GO_DATA_MODEL_FEC_ELEMENTS__ 60
83 #define __GO_DATA_MODEL_NUM_X__ 61
84 #define __GO_DATA_MODEL_NUM_Y__ 62
85 #define __GO_DATA_MODEL_NUM_Z__ 63
86 #define __GO_DATA_MODEL_GRID_SIZE__ 64
87 #define __GO_DATA_MODEL_X_DIMENSIONS__ 65
88 #define __GO_DATA_MODEL_Y_DIMENSIONS__ 66
89 #define __GO_MATPLOT_TRANSLATE__ 67
90 #define __GO_MATPLOT_SCALE__ 68
91 #define __GO_DATA_MODEL_MATPLOT_BOUNDS__ 69
92 #define __GO_DATA_MODEL_MATPLOT_TYPE__ 70
93 #define __GO_DATA_MODEL_MATPLOT_GL_TYPE__ 71
94 #define __GO_DATA_MODEL_MATPLOT_DATA_INFOS__ 72
95 #define __GO_DATA_MODEL_MATPLOT_DATA_TYPE__ 73
96 #define __GO_DATA_MODEL_MATPLOT_DATA_ORDER__ 74
97 #define __GO_DATA_MODEL_MATPLOT_IMAGE_TYPE__ 75
98 #define __GO_DATA_MODEL_MATPLOT_IMAGE_DATA__ 76
99 #define __GO_DATA_MODEL_MATPLOT_IMAGE_DATASIZE__ 77
100 #define __GO_REFERENCED__ 78
101 #define __GO_VALID__ 79
102 #define __GO_POSITION__ 80
103 #define __GO_SIZE__ 81
104 #define __GO_CANVAS__ 82
105 #define __GO_AUTORESIZE__ 83
106 #define __GO_VIEWPORT__ 84
107 #define __GO_AXES_SIZE__ 85
108 #define __GO_FIGURE_NAME__ 86
109 #define __GO_NAME__ 87
110 #define __GO_ID__ 88
111 #define __GO_INFO_MESSAGE__ 89
112 #define __GO_COLORMAP__ 90
113 #define __GO_COLORMAP_SIZE__ 91
114 #define __GO_RENDERING_MODE__ 92
115 #define __GO_PIXEL_DRAWING_MODE__ 93
116 #define __GO_ANTIALIASING__ 94
117 #define __GO_IMMEDIATE_DRAWING__ 95
118 #define __GO_BACKGROUND__ 96
119 #define __GO_EVENTHANDLER__ 97
120 #define __GO_EVENTHANDLER_NAME__ 98
121 #define __GO_EVENTHANDLER_ENABLE__ 99
122 #define __GO_TAG__ 100
123 #define __GO_ROTATION_TYPE__ 101
124 #define __GO_RESIZEFCN__ 102
125 #define __GO_CLOSEREQUESTFCN__ 103
126 #define __GO_DEFAULT_AXES__ 104
127 #define __GO_UPPER_LEFT_POINT__ 105
128 #define __GO_WIDTH__ 106
129 #define __GO_HEIGHT__ 107
130 #define __GO_START_ANGLE__ 108
131 #define __GO_END_ANGLE__ 109
132 #define __GO_ARC_DRAWING_METHOD__ 110
133 #define __GO_X_AXIS_VISIBLE__ 111
134 #define __GO_X_AXIS_REVERSE__ 112
135 #define __GO_X_AXIS_GRID_COLOR__ 113
136 #define __GO_X_AXIS_GRID_THICKNESS__ 114
137 #define __GO_X_AXIS_GRID_STYLE__ 115
138 #define __GO_X_AXIS_LABEL__ 116
139 #define __GO_X_AXIS_LOCATION__ 117
140 #define __GO_X_AXIS_LOG_FLAG__ 118
141 #define __GO_X_AXIS_TICKS__ 119
142 #define __GO_X_AXIS_FORMAT__ 120
143 #define __GO_X_AXIS_ST_FACTORS__ 121
144 #define __GO_X_AXIS_AUTO_TICKS__ 122
145 #define __GO_X_AXIS_NUMBER_TICKS__ 123
146 #define __GO_X_AXIS_TICKS_LOCATIONS__ 124
147 #define __GO_X_AXIS_TICKS_LABELS__ 125
148 #define __GO_X_AXIS_SUBTICKS__ 126
149 #define __GO_Y_AXIS_VISIBLE__ 127
150 #define __GO_Y_AXIS_REVERSE__ 128
151 #define __GO_Y_AXIS_GRID_COLOR__ 129
152 #define __GO_Y_AXIS_GRID_THICKNESS__ 130
153 #define __GO_Y_AXIS_GRID_STYLE__ 131
154 #define __GO_Y_AXIS_LABEL__ 132
155 #define __GO_Y_AXIS_LOCATION__ 133
156 #define __GO_Y_AXIS_LOG_FLAG__ 134
157 #define __GO_Y_AXIS_TICKS__ 135
158 #define __GO_Y_AXIS_FORMAT__ 136
159 #define __GO_Y_AXIS_ST_FACTORS__ 137
160 #define __GO_Y_AXIS_AUTO_TICKS__ 138
161 #define __GO_Y_AXIS_NUMBER_TICKS__ 139
162 #define __GO_Y_AXIS_TICKS_LOCATIONS__ 140
163 #define __GO_Y_AXIS_TICKS_LABELS__ 141
164 #define __GO_Y_AXIS_SUBTICKS__ 142
165 #define __GO_Z_AXIS_VISIBLE__ 143
166 #define __GO_Z_AXIS_REVERSE__ 144
167 #define __GO_Z_AXIS_GRID_COLOR__ 145
168 #define __GO_Z_AXIS_GRID_THICKNESS__ 146
169 #define __GO_Z_AXIS_GRID_STYLE__ 147
170 #define __GO_Z_AXIS_LABEL__ 148
171 #define __GO_Z_AXIS_LOCATION__ 149
172 #define __GO_Z_AXIS_LOG_FLAG__ 150
173 #define __GO_Z_AXIS_TICKS__ 151
174 #define __GO_Z_AXIS_FORMAT__ 152
175 #define __GO_Z_AXIS_ST_FACTORS__ 153
176 #define __GO_Z_AXIS_AUTO_TICKS__ 154
177 #define __GO_Z_AXIS_NUMBER_TICKS__ 155
178 #define __GO_Z_AXIS_TICKS_LOCATIONS__ 156
179 #define __GO_Z_AXIS_TICKS_LABELS__ 157
180 #define __GO_Z_AXIS_SUBTICKS__ 158
181 #define __GO_AUTO_SUBTICKS__ 159
182 #define __GO_GRID_POSITION__ 160
183 #define __GO_TITLE__ 161
184 #define __GO_AUTO_CLEAR__ 162
185 #define __GO_FILLED__ 163
186 #define __GO_CAMERA__ 164
187 #define __GO_VIEW__ 165
188 #define __GO_ISOVIEW__ 166
189 #define __GO_CUBE_SCALING__ 167
190 #define __GO_ROTATION_ANGLES__ 168
191 #define __GO_ROTATION_ANGLES_3D__ 169
192 #define __GO_BOX_TYPE__ 170
193 #define __GO_HIDDEN_AXIS_COLOR__ 171
194 #define __GO_X_TIGHT_LIMITS__ 172
195 #define __GO_Y_TIGHT_LIMITS__ 173
196 #define __GO_Z_TIGHT_LIMITS__ 174
197 #define __GO_DATA_BOUNDS__ 175
198 #define __GO_REAL_DATA_BOUNDS__ 176
199 #define __GO_ZOOM_ENABLED__ 177
200 #define __GO_ZOOM_BOX__ 178
201 #define __GO_AUTO_SCALE__ 179
202 #define __GO_FIRST_PLOT__ 180
203 #define __GO_MARGINS__ 181
204 #define __GO_AUTO_MARGINS__ 182
205 #define __GO_AXES_BOUNDS__ 183
206 #define __GO_CLIP_PROPERTY__ 184
207 #define __GO_CLIP_STATE__ 185
208 #define __GO_CLIP_BOX__ 186
209 #define __GO_CLIP_BOX_SET__ 187
210 #define __GO_LINE__ 188
211 #define __GO_LINE_MODE__ 189
212 #define __GO_LINE_STYLE__ 190
213 #define __GO_LINE_THICKNESS__ 191
214 #define __GO_LINE_COLOR__ 192
215 #define __GO_FILL_MODE__ 193
216 #define __GO_MARK__ 194
217 #define __GO_MARK_MODE__ 195
218 #define __GO_MARK_STYLE__ 196
219 #define __GO_MARK_SIZE_UNIT__ 197
220 #define __GO_MARK_SIZE__ 198
221 #define __GO_MARK_FOREGROUND__ 199
222 #define __GO_MARK_BACKGROUND__ 200
223 #define __GO_MARK_OFFSET__ 201
224 #define __GO_MARK_STRIDE__ 202
225 #define __GO_SELECTED__ 203
226 #define __GO_TICKS_DIRECTION__ 204
227 #define __GO_X_NUMBER_TICKS__ 205
228 #define __GO_Y_NUMBER_TICKS__ 206
229 #define __GO_X_TICKS_COORDS__ 207
230 #define __GO_Y_TICKS_COORDS__ 208
231 #define __GO_TICKS_COLOR__ 209
232 #define __GO_TICKS_SEGMENT__ 210
233 #define __GO_TICKS_STYLE__ 211
234 #define __GO_SUBTICKS__ 212
235 #define __GO_NUMBER_TICKS_LABELS__ 213
236 #define __GO_TICKS_LABELS__ 214
237 #define __GO_FORMATN__ 215
238 #define __GO_FONT__ 216
239 #define __GO_FONT_STYLE__ 217
240 #define __GO_FONT_SIZE__ 218
241 #define __GO_FONT_COLOR__ 219
242 #define __GO_FONT_FRACTIONAL__ 220
243 #define __GO_Z_BOUNDS__ 221
244 #define __GO_OUTSIDE_COLOR__ 222
245 #define __GO_COLOR_RANGE__ 223
246 #define __GO_DATA_MAPPING__ 224
247 #define __GO_FONT_ANGLE__ 225
248 #define __GO_AUTO_POSITION__ 226
249 #define __GO_CORNERS__ 227
250 #define __GO_AUTO_ROTATION__ 228
251 #define __GO_LINKS__ 229
252 #define __GO_LINKS_COUNT__ 230
253 #define __GO_LEGEND_LOCATION__ 231
254 #define __GO_MARKS_COUNT__ 232
255 #define __GO_LINE_WIDTH__ 233
256 #define __GO_CLOSED__ 234
257 #define __GO_ARROW_SIZE_FACTOR__ 235
258 #define __GO_POLYLINE_STYLE__ 236
259 #define __GO_INTERP_COLOR_VECTOR__ 237
260 #define __GO_INTERP_COLOR_VECTOR_SET__ 238
261 #define __GO_INTERP_COLOR_MODE__ 239
262 #define __GO_X_SHIFT__ 240
263 #define __GO_Y_SHIFT__ 241
264 #define __GO_Z_SHIFT__ 242
265 #define __GO_BAR_WIDTH__ 243
266 #define __GO_SURFACE_MODE__ 244
267 #define __GO_COLOR_MODE__ 245
268 #define __GO_COLOR_FLAG__ 246
269 #define __GO_ALIGNMENT__ 247
270 #define __GO_BOX__ 248
271 #define __GO_TEXT_BOX__ 249
272 #define __GO_TEXT_BOX_MODE__ 250
273 #define __GO_AUTO_DIMENSIONING__ 251
274 #define __GO_FORMATTED_TEXT__ 252
275 #define __GO_TEXT_ARRAY_DIMENSIONS__ 253
276 #define __GO_TEXT_STRINGS__ 254
277 #define __GO_BASE__ 255
278 #define __GO_BASE_X__ 256
279 #define __GO_BASE_Y__ 257
280 #define __GO_BASE_Z__ 258
281 #define __GO_DIRECTION__ 259
282 #define __GO_DIRECTION_X__ 260
283 #define __GO_DIRECTION_Y__ 261
284 #define __GO_DIRECTION_Z__ 262
285 #define __GO_ARROW_SIZE__ 263
286 #define __GO_SEGS_COLORS__ 264
287 #define __GO_COLORED__ 265
288 #define __GO_ARROWS__ 266
289 #define __GO_NUMBER_ARROWS__ 267
290 #define __GO_CHAMP_DIMENSIONS__ 268
291 #define __GO_BOUNDING_BOX__ 269
292 #define __GO_MAX_LENGTH__ 270
293 #define __GO_MAX_USABLE_LENGTH__ 271
294 #define __GO_HIDDEN_COLOR__ 272
295 #define __GO_STYLE__ 273
296 #define __GO_UI_CHECKBOX__ 274
297 #define __GO_UI_EDIT__ 275
298 #define __GO_UI_SPINNER__ 276
299 #define __GO_UI_FRAME__ 277
300 #define __GO_UI_FRAME_SCROLLABLE__ 278
301 #define __GO_UI_IMAGE__ 279
302 #define __GO_UI_LISTBOX__ 280
303 #define __GO_UI_POPUPMENU__ 281
304 #define __GO_UI_PUSHBUTTON__ 282
305 #define __GO_UI_RADIOBUTTON__ 283
306 #define __GO_UI_SLIDER__ 284
307 #define __GO_UI_TABLE__ 285
308 #define __GO_UI_TEXT__ 286
309 #define __GO_UI_LAYER__ 287
310 #define __GO_UI_BACKGROUNDCOLOR__ 288
311 #define __GO_UI_ENABLE__ 289
312 #define __GO_UI_FONTANGLE__ 290
313 #define __GO_UI_FONTNAME__ 291
314 #define __GO_UI_FONTSIZE__ 292
315 #define __GO_UI_FONTUNITS__ 293
316 #define __GO_UI_FONTWEIGHT__ 294
317 #define __GO_UI_FOREGROUNDCOLOR__ 295
318 #define __GO_UI_HORIZONTALALIGNMENT__ 296
319 #define __GO_UI_LISTBOXTOP__ 297
320 #define __GO_UI_LISTBOXTOP_SIZE__ 298
321 #define __GO_UI_MAX__ 299
322 #define __GO_UI_MIN__ 300
323 #define __GO_UI_RELIEF__ 301
324 #define __GO_UI_STRING__ 302
325 #define __GO_UI_TAB_STRING__ 303
326 #define __GO_UI_STRING_SIZE__ 304
327 #define __GO_UI_STRING_COLNB__ 305
328 #define __GO_UI_TOOLTIPSTRING__ 306
329 #define __GO_UI_TOOLTIPSTRING_SIZE__ 307
330 #define __GO_UI_SLIDERSTEP__ 308
331 #define __GO_UI_SNAPTOTICKS__ 309
332 #define __GO_UI_UNITS__ 310
333 #define __GO_UI_VALUE__ 311
334 #define __GO_UI_TAB_VALUE__ 312
335 #define __GO_UI_VALUE_SIZE__ 313
336 #define __GO_UI_VERTICALALIGNMENT__ 314
337 #define __GO_UIPARENTMENU__ 315
338 #define __GO_UICHILDMENU__ 316
339 #define __GO_UICHECKEDMENU__ 317
340 #define __GO_UI_CHECKED__ 318
341 #define __GO_UI_LABEL__ 319
342 #define __GO_UI_MNEMONIC__ 320
343 #define __GO_UI_ACCELERATOR__ 321
344 #define __GO_UI_SEPARATOR__ 322
345 #define __GO_UI_ICON__ 323
346 #define __GO_CONSOLE__ 324
347 #define __GO_SHOWHIDDENHANDLES__ 325
348 #define __GO_SHOWHIDDENPROPERTIES__ 326
349 #define __GO_USEDEPRECATEDLF__ 327
350 #define __GO_WAITBAR__ 328
351 #define __GO_PROGRESSIONBAR__ 329
352 #define __GO_UI_MESSAGE__ 330
353 #define __GO_UI_MESSAGE_SIZE__ 331
354 #define __GO_DATATIP__ 332
355 #define __GO_DATATIP_DATA__ 333
356 #define __GO_DATATIP_ORIENTATION__ 334
357 #define __GO_DATATIP_DISPLAY_COMPONENTS__ 335
358 #define __GO_DATATIP_AUTOORIENTATION__ 336
359 #define __GO_DATATIP_INTERP_MODE__ 337
360 #define __GO_DATATIP_DISPLAY_FNC__ 338
361 #define __GO_DATATIP_BOX_MODE__ 339
362 #define __GO_DATATIP_LABEL_MODE__ 340
363 #define __GO_DATATIP_MARK__ 341
364 #define __GO_DATATIP_DETACHED_MODE__ 342
365 #define __GO_DATATIP_DETACHED_POSITION__ 343
366 #define __GO_AMBIENTCOLOR__ 344
367 #define __GO_DIFFUSECOLOR__ 345
368 #define __GO_SPECULARCOLOR__ 346
369 #define __GO_COLOR_MATERIAL__ 347
370 #define __GO_MATERIAL_SHININESS__ 348
371 #define __GO_LIGHT__ 349
372 #define __GO_LIGHT_TYPE__ 350
373 #define __GO_DATATIPS__ 351
374 #define __GO_DATATIPS_COUNT__ 352
375 #define __GO_DATATIP_INDEXES__ 353
376 #define __GO_DATATIP_DISPLAY_MODE__ 354
377 #define __GO_DATA_MODEL_DISPLAY_FUNCTION__ 355
378 #define __GO_DATA_MODEL_DISPLAY_FUNCTION_SIZE__ 356
379 #define __GO_RESIZE__ 357
380 #define __GO_TOOLBAR__ 358
381 #define __GO_TOOLBAR_VISIBLE__ 359
382 #define __GO_MENUBAR__ 360
383 #define __GO_MENUBAR_VISIBLE__ 361
384 #define __GO_INFOBAR_VISIBLE__ 362
385 #define __GO_DOCKABLE__ 363
386 #define __GO_LAYOUT__ 364
387 #define __GO_LAYOUT_SET__ 365
388 #define __GO_UI_TAB__ 366
389 #define __GO_UI_GRIDBAG_GRID__ 367
390 #define __GO_UI_GRIDBAG_WEIGHT__ 368
391 #define __GO_UI_GRIDBAG_FILL__ 369
392 #define __GO_UI_GRIDBAG_ANCHOR__ 370
393 #define __GO_UI_GRIDBAG_PADDING__ 371
394 #define __GO_UI_GRIDBAG_PREFERREDSIZE__ 372
395 #define __GO_UI_GRID_GRID__ 373
396 #define __GO_UI_GRID_PADDING__ 374
397 #define __GO_UI_BORDER_POSITION__ 375
398 #define __GO_UI_BORDER_PREFERREDSIZE__ 376
399 #define __GO_GRID_OPT_GRID__ 377
400 #define __GO_GRID_OPT_PADDING__ 378
401 #define __GO_BORDER_OPT_PADDING__ 379
402 #define __GO_UI_FRAME_BORDER__ 380
403 #define __GO_UI_FRAME_BORDER_COLOR__ 381
404 #define __GO_UI_FRAME_BORDER_HIGHLIGHT_IN__ 382
405 #define __GO_UI_FRAME_BORDER_HIGHLIGHT_OUT__ 383
406 #define __GO_UI_FRAME_BORDER_IN_BORDER__ 384
407 #define __GO_UI_FRAME_BORDER_JUSTIFICATION__ 385
408 #define __GO_UI_FRAME_BORDER_OUT_BORDER__ 386
409 #define __GO_UI_FRAME_BORDER_ROUNDED__ 387
410 #define __GO_UI_FRAME_BORDER_SHADOW_IN__ 388
411 #define __GO_UI_FRAME_BORDER_SHADOW_OUT__ 389
412 #define __GO_UI_FRAME_BORDER_TITLE__ 390
413 #define __GO_UI_FRAME_BORDER_POSITION__ 391
414 #define __GO_UI_FRAME_BORDER_STYLE__ 392
415 #define __GO_UI_GROUP_NAME__ 393
416 #define __GO_UI_TITLE_POSITION__ 394
417 #define __GO_UI_TITLE_SCROLL__ 395
418 #define __GO_UI_FRAME_BORDER_TYPE__ 396
419 #define __GO_UI_SCROLLABLE__ 397
420 #define __GO_COLOR_SET__ 398
421 #define __GO_MARK_SIZES__ 399
422 #define __GO_NUM_MARK_SIZES__ 400
423 #define __GO_MARK_FOREGROUNDS__ 401
424 #define __GO_NUM_MARK_FOREGROUNDS__ 402
425 #define __GO_MARK_BACKGROUNDS__ 403
426 #define __GO_NUM_MARK_BACKGROUNDS__ 404
427 #define __GO_UI_FOCUS__ 405
428 
429 #endif /* !__GRAPHIC_OBJECT_PROPERTIES_H__ */
430