]> SALOME platform Git repositories - tools/eficas.git/blob - Pmw/Pmw_1_2/doc/Blt.html
Salome HOME
Modif V6_4_°
[tools/eficas.git] / Pmw / Pmw_1_2 / doc / Blt.html
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     written by Bjørn Ove Thue and Hans Petter Langtangen.
49     You can also download 
50     <a href="http://www.ifi.uio.no/~hpl/Pmw.Blt/Pmw.Blt.doc.tar.gz">the full HTML document</a>
51     of the guide for local viewing.</p>
52
53 <p></p>
54
55
56 </dd>
57 <dt> <h3>Functions</h3></dt><dd>
58 The following functions are available.<p></p>
59 <dl>
60 <dt> <strong>Pmw.Blt.busy_forget</strong>(<em>window</em>)</dt><dd>
61
62     Interface to the BLT <code>busy forget</code> command.</p>
63
64 <p></p>
65
66
67 </dd>
68 <dt> <strong>Pmw.Blt.busy_hold</strong>(<em>window</em>, <em>cursor</em> = <strong>None</strong>)</dt><dd>
69
70     Interface to the BLT <code>busy hold</code> command.</p>
71
72 <p></p>
73
74
75 </dd>
76 <dt> <strong>Pmw.Blt.busy_release</strong>(<em>window</em>)</dt><dd>
77
78     Interface to the BLT <code>busy release</code> command.</p>
79
80 <p></p>
81
82
83 </dd>
84 <dt> <strong>Pmw.Blt.haveblt</strong>(<em>window</em>)</dt><dd>
85
86     Return true if any commands in the BLT extension are available.</p>
87
88 <p></p>
89
90
91 </dd>
92 <dt> <strong>Pmw.Blt.havebltbusy</strong>(<em>window</em>)</dt><dd>
93
94     Return true if the BLT <strong>busy</strong> command is available.</p>
95
96 <p></p>
97
98
99 </dd>
100 <dt> <strong>Pmw.Blt.vector_expr</strong>(<em>expression</em>)</dt><dd>
101
102     Interface to the BLT <code>vector expr</code> command.</p>
103
104 <p></p>
105
106
107 </dd>
108 <dt> <strong>Pmw.Blt.vector_names</strong>(<em>pattern</em> = <strong>None</strong>)</dt><dd>
109
110     Interface to the BLT <code>vector names</code> command.</p>
111
112 <p></p>
113
114
115 </dd>
116 </dl>
117 </dd></dl>
118
119     <center><P ALIGN="CENTER">
120     <IMG SRC = blue_line.gif ALT = "" WIDTH=320 HEIGHT=5>
121     </p></center>
122     
123
124     <font size=-1>
125     <center><P ALIGN="CENTER">
126     Pmw 1.2 -
127      5 Aug 2003
128      - <a href="index.html">Home</a>
129     <br>Manual page last reviewed: 25 May 2002
130     </p></center>
131     </font>
132
133     </body>
134     </html>
135