screen_context_t
Graphics and Screen4.0 (8.x)Screen Graphics Subsystem Developer's GuideAPIProgrammingUtilities
A handle to a Screen context
Synopsis:
#include <screen/screen.h>
typedef struct _screen_context* screen_context_t;
Library:
libscreenDescription:
A context provides the setting for graphics operations within Screen. All Screen API objects, with the exception of events and buffers, are created within the scope of a context and access to these objects is always with respect to the context associated with the object. Through using a handle to a context, you can identify and gain access to the certain Screen API objects (e.g., windows, groups, displays, pixmaps) to set or change their properties.
For more information, see Screen context types.
Page updated: