/* TEACH GO_FILLABLE                            Ben Rabau, 27th Aug 1993

This file refers to the go_fillable mixin which allows the filling of
coloured objects in GO. This class is used as an extension for the basic
go_screen_object class in conjunction with the go_colourable mixin.

The filled objects will use an extra background draw-method, go_bgdraw(),
in conjunction with the background colour, go_bgcolour(), if a slot,
go_filled, is set to true.

See TEACH * GO_SCREEN_OBJECT and TEACH * GO_POLYGON for examples and
usage of this mixin. See also TEACH * GO_COLOURABLE.


For more general information see:

TEACH * GO
HELP * GO
REF * GO

 */

--- C.all/lib/proto/go/teach/go_fillable
--- Copyright University of Sussex 1993. All rights reserved.
