Searched refs:oval (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dplot.tcl49 set item [$c create oval [expr $x-6] [expr $y-6] \
H A Ditems.tcl111 $c create oval 11c 9.5c 14c 12.5c -outline $red -width 3m -tags item
112 $c create oval 10.5c 13.5c 14.5c 15.5c -fill $green -tags item
113 $c create oval 16c 10c 19c 15c -outline {} \
194 if {(($type == "rectangle") || ($type == "oval") || ($type == "arc"))
H A Dtwind.tcl140 set item [$c create oval [expr $x-6] [expr $y-6] \
/ast/src/lib/libtk/generic/
H A DtkRectOval.c4 * This file implements rectangle and oval items for canvas
19 * The structure below defines the record for each rectangle/oval item.
26 * or oval (x1, y1, x2, y2). Item includes
30 XColor *fillColor; /* Color for filling rectangle/oval. */
96 * The structures below defines the rectangle and oval item types
124 "oval", /* name */
153 * or oval item in a canvas.
162 * A new rectangle or oval item is created.
290 * of a rectangle or oval item, such as its border and
376 * associated with a rectangle or oval ite
806 double oval[4], halfWidth; local
[all...]

Completed in 12 milliseconds