- add_pixel
int function(XImage*, c_long) add_pixel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- create_image
XImage* function(XDisplay*, Visual*, uint, int, int, char*, uint, uint, int, int) create_image;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- destroy_image
int function(XImage*) destroy_image;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_pixel
c_ulong function(XImage*, int, int) get_pixel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- put_pixel
int function(XImage*, int, int, c_ulong) put_pixel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sub_image
XImage function(XImage*, int, int, uint, uint) sub_image;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.