Tk Library Source Code

Documentation
Login


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

NAME

canvasLabel - tkpiechart canvas label class

Table Of Contents

SYNOPSIS

package require stooop 4.1
package require switched 2.2
package require tkpiechart 6.6

stooop::new canvasLabel canvas ?options?
switched::configure canvasLabelObject ?options?
switched::cget canvasLabelObject option
stooop::delete canvasLabelObject

DESCRIPTION

The canvasLabel class brings some Tk label widget functionality to the canvas text item, such as a background and a border.

The canvasLabel is built with a bullet rectangle on the left side of the text. The relief changes according to the select state, with a traditionally sunken relief when selected.

The label has a specific tag, which can be used to retrieve the coordinates of the object or move it, thanks to the canvas facilities.

OPTIONS

TAGS

The labeler has the following specific tag (see the canvas manual page ITEM IDS AND TAGS section for more information):

Bugs, Ideas, Feedback

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

SEE ALSO

pie, pieBoxLabeler, piePeripheralLabeler

KEYWORDS

canvas, labeler, pie, slice

COPYRIGHT

Copyright © 1995-2004 Jean-Luc Fontaine