Tk Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

canvas::track::lines - Manage a group of rubber band lines

Table Of Contents

SYNOPSIS

package require Tcl 8.5
package require Tk 8.5
package require canvas::tag ?0.1?

::canvas::track lines objectName canvas
objectName destroy
objectName start current p...
objectName move current
objectName done

DESCRIPTION

This package provides a utility class managing the drawing of set of semi-crosshair (rubberband) lines.

Class API

Instance API

Instances of this class provide the following API:

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category canvas of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

KEYWORDS

canvas, crosshair, rubberband, tracking