Name
ggiDrawBox, ggiPutBox, ggiGetBox -- Draw, put, and get a rectangle from a visual
Synopsis
#include <ggi/ggi.h>
int ggiDrawBox
(ggi_visual_t vis, int x, int y, int w, int h);
int ggiPutBox
(ggi_visual_t vis,
int x, int y, int w, int h,
void *buf);
int ggiGetBox
(ggi_visual_t vis,
int x, int y, int w, int h,
void *buf);
Description
Draw, put, or get a rectangle at (x,y), extending
w pixels in the positive x direction and h pixels in the
positive y direction.
Return value
All three functions return 0 to indicate success.