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.
Note: Full documentation of Pmw.Blt.Graph is available in A User's Guide to Pmw.Blt written by Bjørn Ove Thue and Hans Petter Langtangen. You can also download the full HTML document of the guide for local viewing.
busy forget
command.
busy hold
command.
busy release
command.
Home. Pmw 0.8.5 Maintainer gregm@iname.com. 9 Feb 2001