screen_window_t

Updated: April 19, 2023

A handle to a Screen window

Synopsis:

#include <screen/screen.h>
typedef struct _screen_window* screen_window_t;

Library:

libscreen

Description:

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.