Function: GgiCanvas Purpose: Create a Ggi element without built-in behaviour. Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident canvas; char *name; int width, height; canvas = GgiCanvas(name, width, height); canvas - 'handle' by which element can be referenced. name - widget's name. width - width in pixels. height - height in pixels. Description: GgiCanvas creates an element without built-in behaviour. The element's window can be manipulated using routines from Xlib. Updates: Jan 13, 1998: JPT, Document created.