Up
Authors
- Generated by fedor
-
void DPSDiscardEvents(GSDisplayServer* ctxt, unsigned int mask, NSEvent* limit);
Availability: OpenStep
Description forthcoming.
NSEvent* DPSGetEvent(GSDisplayServer* ctxt, unsigned int mask, NSDate* limit, NSString* mode);
Availability: OpenStep
Description forthcoming.
NSEvent* DPSPeekEvent(GSDisplayServer* ctxt, unsigned int mask, NSDate* limit, NSString* mode);
Availability: OpenStep
Description forthcoming.
void DPSPostEvent(GSDisplayServer* ctxt, NSEvent* anEvent, BOOL atStart);
Availability: OpenStep
Description forthcoming.
GSDisplayServer* GSCurrentServer();
Availability: OpenStep
Returns the current GSDisplayServer
GSDisplayServer* GSServerForWindow(NSWindow* window);
Availability: OpenStep
Returns the GSDisplayServer that created the interal
representation for window. If the
internal representation has not yet been created
(for instance, if the window is deferred), it
returns the current server
GSThemeFillStyle GSThemeFillStyleFromString(NSString* s);
Availability: Not in OpenStep/MacOS-X
Function to convert a string to a fill style
enumeration value.
Returns
GSThemeFillStyleNone if the string is
not a valid name.
NSString* GSThemeStringFromFillStyle(GSThemeFillStyle s);
Availability: Not in OpenStep/MacOS-X
Function to convert a fill style enumeration value
to a string.
Returns nil
on failure.
Up