This contains the classes Pmw.Blt.Vector, Pmw.Blt.Graph, Pmw.Blt.Stripchart and Pmw.Blt.Tabset, which are interfaces to the vector, graph, stripchart and tabset commands of version 2.4 of the BLT extension to Tk. The interfaces are complete except for Pmw.Blt.Vector where several creation options, methods and operations have not been implemented.
The blt graph and barchart widgets are essentially the same and so
only the graph widget has been ported. The element_create()
method is not implememted for Pmw.Blt.Graph, so instead:
to create a line element, use the line_create()
method and
to create a bar element, use the bar_create()
method.
To operate on elements, use the element_*()
methods, such as
element_bind()
, element_activate()
, etc.
For more information, see the BLT manual pages.
busy forget
command.
busy hold
command.
busy release
command.
Home. Pmw 0.8.3 Maintainer gregm@iname.com. 22 Oct 1999