Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Apple Developer Connection
Advanced Search
Member Login Log In | Not a Member? Contact ADC

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Preface - About This Book / Conventions Used in This Book


Type Definitions for Enumerations

Enumeration declarations in this book are commonly followed by a type definition that is not strictly part of the enumeration. You can use the type to specify one of the enumerated values for a parameter or field. The type name is usually the singular of the enumeration name, as in the following example:

enum gxDashAttributes {
   gxBendDash        = 0x0001,
   gxBreakDash       = 0x0002,
   gxClipDash        = 0x0004,
   gxLevelDash       = 0x0008,
   gxAutoAdvanceDash = 0x0010
};
typedef long gxDashAttribute;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996

Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice