Go to the first, previous, next, last section, table of contents.


The Tcl/Tk Class Interface

Author(s): Montserrat Urraca, Montserrat Iglesias Urraca, http://www.clip.dia.fi.upm.es/, The CLIP Group, Facultad de Informática, Universidad Politécnica de Madrid.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.9#152 (2003/12/4, 17:35:17 CET)

This library implements an object-orented graphical library with a number of predefined objects, using the Prolog Tcl/Tk interface. This interface allows creating and destroying objects and modifying their properties. The window_class contains three clases: widget class, menu class, and canvas class. The constructor class is window_class.

Note: This library (and the documentation) are still under development.

Usage and interface (window_class)

Documentation on multifiles (window_class)

PREDICATE: $class$/1:

No further documentation available for this predicate.

The predicate is multifile.

PREDICATE: class$super/2:

No further documentation available for this predicate.

The predicate is multifile.

PREDICATE: class$initial_state/3:

No further documentation available for this predicate.

The predicate is multifile.

PREDICATE: class$virtual/6:

No further documentation available for this predicate.

The predicate is multifile.

PREDICATE: class$attr_template/4:

No further documentation available for this predicate.

The predicate is multifile.

PREDICATE: class$default_cons/1:

No further documentation available for this predicate.

The predicate is multifile.

PREDICATE: class$constructor/4:

No further documentation available for this predicate.

The predicate is multifile.

PREDICATE: class$destructor/3:

No further documentation available for this predicate.

The predicate is multifile.

PREDICATE: class$implements/2:

No further documentation available for this predicate.

The predicate is multifile.


Go to the first, previous, next, last section, table of contents.