graphical ->connect: to=[graphical],
link=[link], to_kind=[name], from_kind=[name]Create a connection (line) to another graphical, which must be displayed
on the same window, but not necessarily on the same device
object.
graphical->connect
simply invokes link<-connection
passing the receiver as from, as well as to, from_kind
and to_kind. The normal way to redefine the type of
connection established is using either link->connection_class
or by redefining link<-connection.
- See also
- - graphical
->layout
- connection->initialise
- topic Connections
- graphical->handle
- graphical->disconnect
- graphical->connected
- class connection