comp.lang.tcl
[Top] [All Lists]

Re: blt graph element element - add points to a line

Subject: Re: blt graph element element - add points to a line
From: Stuart
Date: Fri, 30 May 2008 19:11:16 -0700 PDT
Newsgroups: comp.lang.tcl

On May 30, 6:12 am, toby...@xxxxxxxxxxxxxxxx wrote:
> Hello,
>
> I'm already trying since a few hours to simple add point,

Off the top my head; in BLT you should basically be able
to bind vectors to the graph widget with the element create.
Then anytime you change the vector the graph widget should
redraw it automatically if the "notify always" is set for the vector.

VECTOR notify always

Hence anytime the vector "VECTOR" is changed, the graph
will be redrawn.

Consult the BLT man paged for Vector

Stuart

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy