screen_join_pixmap_group()
Graphics and Screen4.0 (8.x)Screen Graphics Subsystem Developer's GuideAPIProgrammingUtilities
Cause a pixmap to join a group
Synopsis:
#include <screen/screen.h>
int screen_join_pixmap_group(screen_pixmap_t pix,
const char *name)
Arguments:
- pix
- The handle of the pixmap that is to be joining the group.
- name
- A unique string that identifies the group. This is the SCREEN_PROPERTY_NAME property of the group that the specified pixmap is joining.
Library:
libscreenDescription:
Function Type: Delayed Execution
This function is used to add a pixmap to a group.
Returns:
0
if successful, or -1
if an error occurred (errno
is set; refer to errno.h
for more details).
Page updated: