Up
Authors
- Generated by root
-
NSString* GSDisplayName;
Availability: OpenStep
Description forthcoming.
NSString* GSDisplayNumber;
Availability: OpenStep
Description forthcoming.
NSString* GSScreenNumber;
Availability: OpenStep
Description forthcoming.
NSString* GSBrowserHeader;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSColorWell;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSMenuHorizontalBackground;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSMenuHorizontalItem;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSMenuVerticalBackground;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSMenuVerticalItem;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSProgressIndicatorBarDeterminate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSScrollerDownArrow;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSScrollerHorizontalKnob;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSScrollerHorizontalSlot;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSScrollerLeftArrow;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSScrollerRightArrow;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSScrollerUpArrow;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSScrollerVerticalKnob;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSScrollerVerticalSlot;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSTableCorner;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSTableHeader;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSString* GSThemeDidActivateNotification;
Availability: Not in OpenStep/MacOS-X
Notification sent when a theme has just become
active.
The notification is posted by the
-activate
method.
This is primarily for internal use by
AppKit controls which need to readjust how they are
displayed when a new theme is in use.
Theme
subclasses must ensure that the theme is ready for
use by the time this notification is posted (which
generally means that they should have finished
putting all resources in place in response to a
GSThemeWillActivateNotification).
NSString* GSThemeDidDeactivateNotification;
Availability: Not in OpenStep/MacOS-X
Notification sent when a theme has just become
inactive.
The notification is posted by the
-deactivate
method.
This is primarily for use by
subclasses of GSTheme which need to perform
additional cleanup after the theme stops being
used.
NSString* GSThemeWillActivateNotification;
Availability: Not in OpenStep/MacOS-X
Notification sent when a theme is about to
become active.
The notification is posted by
the
-activate
method.
This is for use by subclasses of
GSTheme which need to perform additional setup before
the theme starts being used by AppKit controls.
At
the point when this notification is called, the color,
image, and defaults information from the theme will
have been installed and the theme subclass may perform
final adjustments.
NSString* GSThemeWillDeactivateNotification;
Availability: Not in OpenStep/MacOS-X
Notification sent when a theme is about to
become inactive.
The notification is posted by
the
-deactivate
method.
This allows code to make preparatory
changes before the current theme is deactivated, but
subclasses should not make the theme unusable at
this point as the AppKit may be doing its own cleanup in
response to the notification.
typedef enum ... GSThemeControlState;
Availability: Not in OpenStep/MacOS-X
This enumeration provides constants for informing
drawing methods what state a control is in (and
consequently how the display element being drawn
should be presented). NB. GSThemeNormalState must be 0
and GSThemeSelectedState must be the last state, in order
to allow code to iterate through all the states.
A
control in its normal state
A control which is
disabled
A control which is highlighted
A control which is selected
typedef enum ... GSThemeFillStyle;
Availability: Not in OpenStep/MacOS-X
This defines how the values in a tile array should be
used when drawing a rectangle. Mostly this just effects
the center, middle image of the rectangle.
FillStyleMatrix is provided for the use of
theme editors wishing to display the tile.
CM
image is not drawn
CM image is scaled to fit
CM image is tiled from bottom left
CM
image is tiled from the center
a matrix of nine
separated images
All 'stretchable' images
(i.e. not the four corners) are scaled to fill their
area, instead of being repeated
typedef struct CGAffineTransform CGAffineTransform;
Availability: OpenStep
Description forthcoming.
typedef enum CGColorRenderingIntent CGColorRenderingIntent;
Availability: OpenStep
Description forthcoming.
typedef void* CGColorSpaceRef;
Availability: OpenStep
Description forthcoming.
typedef void* CGContextRef;
Availability: OpenStep
Description forthcoming.
typedef struct CGDataConsumerCallbacks CGDataConsumerCallbacks;
Availability: OpenStep
Description forthcoming.
typedef void* CGDataConsumerRef;
Availability: OpenStep
Description forthcoming.
typedef struct CGDataProviderCallbacks CGDataProviderCallbacks;
Availability: OpenStep
Description forthcoming.
typedef struct CGDataProviderDirectAccessCallbacks CGDataProviderDirectAccessCallbacks;
Availability: OpenStep
Description forthcoming.
typedef void* CGDataProviderRef;
Availability: OpenStep
Description forthcoming.
typedef void* CGFontRef;
Availability: OpenStep
Description forthcoming.
typedef void(* CGGetBytePointerProcPtr;
Availability: OpenStep
Description forthcoming.
typedef size_t(* CGGetBytesDirectProcPtr;
Availability: OpenStep
Description forthcoming.
typedef size_t(* CGGetBytesProcPtr;
Availability: OpenStep
Description forthcoming.
typedef unsigned int CGGlyph;
Availability: OpenStep
Description forthcoming.
typedef enum CGImageAlphaInfo CGImageAlphaInfo;
Availability: OpenStep
Description forthcoming.
typedef void* CGImageRef;
Availability: OpenStep
Description forthcoming.
typedef enum CGInterpolationQuality CGInterpolationQuality;
Availability: OpenStep
Description forthcoming.
typedef enum CGLineCap CGLineCap;
Availability: OpenStep
Description forthcoming.
typedef enum CGLineJoin CGLineJoin;
Availability: OpenStep
Description forthcoming.
typedef void* CGPDFDocumentRef;
Availability: OpenStep
Description forthcoming.
typedef enum CGPathDrawingMode CGPathDrawingMode;
Availability: OpenStep
Description forthcoming.
typedef void* CGPatternRef;
Availability: OpenStep
Description forthcoming.
typedef struct CGPoint CGPoint;
Availability: OpenStep
Description forthcoming.
typedef size_t(* CGPutBytesProcPtr;
Availability: OpenStep
Description forthcoming.
typedef struct CGRect CGRect;
Availability: OpenStep
Description forthcoming.
typedef enum CGRectEdge CGRectEdge;
Availability: OpenStep
Description forthcoming.
typedef void(* CGReleaseByteProcPtr;
Availability: OpenStep
Description forthcoming.
typedef void(* CGReleaseConsumerProcPtr;
Availability: OpenStep
Description forthcoming.
typedef void(* CGReleaseDataProcPtr;
Availability: OpenStep
Description forthcoming.
typedef void(* CGReleaseProviderProcPtr;
Availability: OpenStep
Description forthcoming.
typedef void(* CGRewindProcPtr;
Availability: OpenStep
Description forthcoming.
typedef struct CGSize CGSize;
Availability: OpenStep
Description forthcoming.
typedef void(* CGSkipBytesProcPtr;
Availability: OpenStep
Description forthcoming.
typedef enum CGTextDrawingMode CGTextDrawingMode;
Availability: OpenStep
Description forthcoming.
typedef enum CGTextEncoding CGTextEncoding;
Availability: OpenStep
Description forthcoming.
const CGAffineTransform CGAffineTransformIdentity;
Availability: OpenStep
Description forthcoming.
const CGPoint CGPointZero;
Availability: OpenStep
Description forthcoming.
const CGRect CGRectNull;
Availability: OpenStep
Description forthcoming.
const CGRect CGRectZero;
Availability: OpenStep
Description forthcoming.
const CGSize CGSizeZero;
Availability: OpenStep
Description forthcoming.
Up