Functions in screen.h
Functions that are available for contexts.
Related links
- Contexts (screen.h)
A context defines the relationship with the underlying windowing system.
- screen_create_context()
Establish a connection with the composited windowing system.
- screen_destroy_context()
Terminate a connection with the composited windowing system.
- screen_get_context_property_cv()
Retrieve the current value of the specified context property of type char.
- screen_get_context_property_iv()
Retrieve the current value of the specified context property of type integer.
- screen_get_context_property_llv()
Retrieve the current value of the specified context property of type long long integer.
- screen_get_context_property_pv()
Retrieve the current value of the specified context property of type void*.
- screen_notify()
Send asynchronous notifications to Screen.
- screen_set_context_property_cv()
Set the value of the specified context property of type char.
- screen_set_context_property_iv()
Set the value of the specified context property of type integer.
- screen_set_context_property_llv()
Set the value of the specified context property of type long long integer.
- screen_set_context_property_pv()
Set the value of the specified context property of type void*.