screen_window_t
Graphics and Screen4.0 (8.x)Screen Graphics Subsystem Developer's GuideAPIProgrammingUtilities
A handle to a Screen window
Synopsis:
#include <screen/screen.h>
typedef struct _screen_window* screen_window_t;
Library:
libscreenDescription:
A window represents a drawing surface whose content is targeted to a display. There are multiple types of windows (e.g, application, child, embedded) to accommodate the organization of the content for display.
For more information, see the Windowing chapter of the Screen Developer's Guide or the Windows section of the library reference.
Page updated: