Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / lib / python2.4 / site-packages / Pmw / Pmw_1_2 / doc / Blt.html
CommitLineData
920dae64
AT
1
2 <html>
3 <head>
4 <meta name="description" content="Pmw - a toolkit for building high-level compound widgets in Python">
5 <meta name="content" content="python, megawidget, mega widget, compound widget, gui, tkinter">
6 <title>Pmw.Blt reference manual</title>
7 </head>
8
9 <body bgcolor="#ffffff" text="#000000" link="#0000ee"
10 vlink="551a8b" alink="ff0000">
11
12 <h1 ALIGN="CENTER">Pmw.Blt</h1>
13
14<dl>
15<dt> <h3>Name</h3></dt><dd>
16<p>Pmw.Blt -
17 interface to some BLT widgets and commands</p>
18<p></p>
19
20
21
22</dd>
23<dt> <h3>Description</h3></dt><dd>
24<p>
25 This module contains function interfaces to the BLT <code>busy</code> command
26 as well as the classes <strong>Pmw.Blt.Vector</strong>, <strong>Pmw.Blt.Graph</strong>,
27 <strong>Pmw.Blt.Stripchart</strong> and <strong>Pmw.Blt.Tabset</strong>, which are interfaces to
28 the vector, graph, stripchart and tabset commands of version 2.4
29 of the <strong>BLT</strong> extension to Tk. The interfaces are complete except
30 for <strong>Pmw.Blt.Vector</strong> where several creation options, methods and
31 operations have not been implemented.</p>
32
33<p> The blt graph and barchart widgets are essentially the same and so
34 only the graph widget has been ported. The <code>element_create()</code>
35 method is not implememted for <strong>Pmw.Blt.Graph</strong>, so instead:</p>
36<ul><li><p>to create a <em>line</em> element, use the <code>line_create()</code> method and</p>
37
38</li>
39<li><p>to create a <em>bar</em> element, use the <code>bar_create()</code> method.</p>
40
41</li></ul>
42
43<p> To operate on elements, use the <code>element_*()</code> methods, such as
44 <code>element_bind()</code>, <code>element_activate()</code>, etc.</p>
45
46<p> <strong>Note:</strong> Full documentation of Pmw.Blt.Graph is available in
47 <a href="http://www.ifi.uio.no/~hpl/Pmw.Blt/doc/">A User's Guide to Pmw.Blt</a>
48