ggiGAAddSimpleMode

Name

ggiGAAddTextMode, ggiGAAddGraphMode, ggiGAAddSimpleMode -- Simplified forms of ggiGAAddMode

Synopsis

#include <ggi/galloc.h>

int ggiGAAddTextMode(ggi_visual_t vis, GA_resource_list reqlist, int cols, int rows, int vcols, int vrows, int fontx, int fonty, ggiGA_resource_handle *handle);

int ggiGAAddGraphMode(ggi_visual_t vis, GA_resource_list reqlist, int x, int y, int xv, int yv, ggi_graphtype type ggiGA_resource_handle *handle);

int ggiGAAddSimpleMode(ggi_visual_t vis, GA_resource_list reqlist, int x, int y, int frames, ggi_graphtype type ggiGA_resource_handle *handle);

Description

Thise functions are to ggiGAAddMode what ggiSetTextMode, ggiSetGraphMode and ggiSetSimpleMode are to ggiSetMode. See the related manual pages.

See Also

ggiGAAdd(3ggi), ggiSetMode(3ggi)