![]() |
Theme Tab Direction Constants |
Header: Appearance.h |
enum { kThemeTabNorth = 0, kThemeTabSouth = 1, kThemeTabEast = 2, kThemeTabWest = 3 };
An upward-pointing tab.
A downward-pointing tab.
A right-pointing tab.
A left-pointing tab.
You can pass constants of type ThemeTabDirection to the function GetThemeTabRegion
to obtain the region containing a tab oriented in a particular direction. The ThemeTabDirection constants are available with Appearance Manager 1.1 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)