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


canvas_class (library)

Usage and interface (canvas_class)

Documentation on exports (canvas_class)

REGTYPE: shape/1:

Each item type is characterized in two ways: first, the form of the create command used to create instances of the type; and second, a set of configuration options for items of that type, which may be used in the create and itemconfigure widget commands.

Usage: shape(S)

REGTYPE: option/1:

Usage: option(O)

PREDICATE: canvas_class/0:

Usage:

PREDICATE: canvas_class/1:

Usage: canvas_class(+ItemsList)

PREDICATE: destructor/0:

Usage:

PREDICATE: show/0:

Usage:

PREDICATE: hide_/0:

Usage:

PREDICATE: width_value/1:

Usage 1: width_value(+Width)

Usage 2: width_value(-Width)

PREDICATE: height_value/1:

Usage 1: height_value(+Height)

Usage 2: height_value(-Height)

PREDICATE: side_type/1:

Usage 1: side_type(+Side)

Usage 2: side_type(-Side)

PREDICATE: expand_value/1:

Usage 1: expand_value(+Value)

Usage 2: expand_value(-Value)

PREDICATE: fill_type/1:

Usage 1: fill_type(+Option)

Usage 2: fill_type(-Option)

PREDICATE: padx_value/1:

Usage 1: padx_value(+Amount)

Usage 2: padx_value(-Amount)

PREDICATE: pady_value/1:

Usage 1: pady_value(+Amount)

Usage 2: pady_value(-Amount)


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