Functions in
screen.h
Functions that are available for groups.
screen_create_group()
Create a window group.
screen_destroy_group()
Destroy a window group.
screen_get_group_property_cv()
Retrieve the current value of the specified group property of type char.
screen_get_group_property_iv()
Retrieve the current value of the specified group property of type integer.
screen_get_group_property_llv()
Retrieve the current value of the specified group property of type long long integer.
screen_get_group_property_pv()
Retrieve the current value of the specified group property of type void*.
screen_set_group_property_cv()
Set the value of the specified group property of type char.
screen_set_group_property_iv()
Set the value of the specified group property of type integer.
screen_set_group_property_llv()
Set the value of the specified group property of type long long integer.
screen_set_group_property_pv()
Set the value of the specified group property of type void*.
Parent topic:
Groups (screen.h)