Author(s): Montserrat Urraca.
Version: 1.11#222 (2004/5/24, 13:8:7 CEST)
Version of last change: 1.9#123 (2003/12/4, 17:32:57 CET)
canvas_class
):- use_module(library(canvas_class)).
canvas_class/0
,
canvas_class/1
,
destructor/0
,
show/0
,
hide_/0
,
show_shape/1
,
hide_shape/1
,
width_value/1
,
height_value/1
,
side_type/1
,
expand_value/1
,
fill_type/1
,
padx_value/1
,
pady_value/1
.
shape/1
,
option/1
.
$class$/1
,
class$super/2
,
class$initial_state/3
,
class$virtual/6
,
class$attr_template/4
,
class$default_cons/1
,
class$constructor/4
,
class$destructor/3
,
class$implements/2
.
canvas_class
)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)
S
is a reference to one type of the items supported by canvas widgets.
Usage: option(O)
O
is hidden if the Shape is not visible or shown if its visible.
Usage:
Usage: canvas_class(ItemsList)
ItemsList
is a list.
(basic_props:list/1
)
ItemsList
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage:
Usage:
Usage:
Usage: show_shape(Shape)
Shape
into the canvas object.
Shape
is a reference to one type of the items supported by canvas widgets.
(canvas_class_doc:shape/1
)
Shape
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage: hide_shape(Shape)
Shape
from the canvas object.
Shape
is a reference to one type of the items supported by canvas widgets.
(canvas_class_doc:shape/1
)
Shape
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 1: width_value(Width)
Width
of the canvas. Default 100.
Width
is a number.
(basic_props:num/1
)
Width
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: width_value(Width)
Width
of the canvas.
Width
is a number.
(basic_props:num/1
)
Width
is a free variable.
(term_typing:var/1
)
Usage 1: height_value(Height)
Height
of the canvas. Default 50.
Height
is a number.
(basic_props:num/1
)
Height
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: height_value(Height)
Height
of the canvas.
Height
is a number.
(basic_props:num/1
)
Height
is a free variable.
(term_typing:var/1
)
Usage 1: side_type(Side)
Side
of the master, the slave(s) will be packed against. Must be left, right, top or bottom. Defaults to top.
Side
is currently instantiated to an atom.
(term_typing:atom/1
)
Side
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: side_type(Side)
Side
of the canvas.
Side
is currently instantiated to an atom.
(term_typing:atom/1
)
Side
is a free variable.
(term_typing:var/1
)
Usage 1: expand_value(Value)
Value
may have any proper boolean value, such as 1 or no. Defaults to 0
Value
is currently instantiated to an atom.
(term_typing:atom/1
)
Value
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: expand_value(Value)
Value
which indicates if the slaves should be expanded or no.
Value
is currently instantiated to an atom.
(term_typing:atom/1
)
Value
is a free variable.
(term_typing:var/1
)
Usage 1: fill_type(Option)
Option
is currently instantiated to an atom.
(term_typing:atom/1
)
Option
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: fill_type(Option)
Option
is currently instantiated to an atom.
(term_typing:atom/1
)
Option
is a free variable.
(term_typing:var/1
)
Usage 1: padx_value(Amount)
Amount
specifies how much horizontal external padding to leave on each side of the slave(s). Amount defaults to 0.
Amount
is currently instantiated to an atom.
(term_typing:atom/1
)
Amount
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: padx_value(Amount)
Amount
which specifies how much horizontal external padding to leave on each side of the slaves.
Amount
is currently instantiated to an atom.
(term_typing:atom/1
)
Amount
is a free variable.
(term_typing:var/1
)
Usage 1: pady_value(Amount)
Amount
specifies how much vertical external padding to leave on each side of the slave(s). Amount defaults to 0.
Amount
is currently instantiated to an atom.
(term_typing:atom/1
)
Amount
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: pady_value(Amount)
Amount
which specifies how much vertical external padding to leave on each side of the slaves.
Amount
is currently instantiated to an atom.
(term_typing:atom/1
)
Amount
is a free variable.
(term_typing:var/1
)
canvas_class
)No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
Go to the first, previous, next, last section, table of contents.