~ubuntu-branches/ubuntu/trusty/python-gnuplot/trusty

« back to all changes in this revision

Viewing changes to doc/Gnuplot/termdefs/StringArg.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-01-23 00:42:37 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050123004237-0rfjkhe4ii7ky637
Tags: 1.7-5
Fix mouse control in generated plot windows (closes: #291294).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 
2
          "http://www.w3.org/TR/html40/loose.dtd">
 
3
 
 
4
<html>
 
5
         
 
6
  <head>
 
7
    <title>Class: StringArg</title>
 
8
  </head>
 
9
 
 
10
  <body bgcolor="#ffffff">
 
11
 
 
12
        <p><i><a href="../../index.html">Table of Contents</a></i></p>
 
13
        
 
14
        <table border="0" cellpadding="5" cellspacing="0" width="100%">
 
15
        <tr>
 
16
            <th rowspan="2"
 
17
                valign="top"
 
18
                align="left"
 
19
                width="10%"
 
20
                bgcolor="#88bbee"><font color="#000000">Class: StringArg</font>
 
21
            </th>
 
22
            <th bgcolor="#88bbee"
 
23
                width="90%"
 
24
                align="right"><font color="#000000">Gnuplot/termdefs.py</font>
 
25
            </th>
 
26
        </tr>
 
27
        <tr>
 
28
        <td>
 
29
        
 
30
<p>An option taking a quoted string argument.</p>
 
31
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
32
 
 
33
        <tr>
 
34
            <th bgcolor="#99ccff"
 
35
                rowspan="2"
 
36
                valign="top"
 
37
                align="left"
 
38
                width="20%"
 
39
                >
 
40
                <font color="#000000">
 
41
                  <a name="Base Classes">Base Classes</a>&nbsp;
 
42
                </font>
 
43
            </th>
 
44
            <th bgcolor="#99ccff"
 
45
                valign="top"
 
46
                align="left"
 
47
                width="80%"
 
48
                >
 
49
                <font color="#000000">&nbsp;</font>
 
50
            </th>
 
51
        </tr>
 
52
        <tr>
 
53
        <td>
 
54
        
 
55
<a href="ArgOneParam.html">ArgOneParam</a><br>
 
56
<ul>
 
57
 
 
58
<a href="Arg.html">Arg</a><br>
 
59
 
 
60
</ul>
 
61
 
 
62
</td></tr>
 
63
</table>
 
64
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
65
 
 
66
        <tr>
 
67
            <th bgcolor="#99ccff"
 
68
                rowspan="2"
 
69
                valign="top"
 
70
                align="left"
 
71
                width="20%"
 
72
                >
 
73
                <font color="#000000">
 
74
                  <a name="Methods">Methods</a>&nbsp;
 
75
                </font>
 
76
            </th>
 
77
            <th bgcolor="#99ccff"
 
78
                valign="top"
 
79
                align="left"
 
80
                width="80%"
 
81
                >
 
82
                <font color="#000000">&nbsp;</font>
 
83
            </th>
 
84
        </tr>
 
85
        <tr>
 
86
        <td>
 
87
        
 
88
<a href="#__call__">__call__</a><br>
 
89
<a href="#__init__">__init__</a><br>
 
90
 
 
91
 
 
92
        <tr>
 
93
            <th bgcolor="#99ccff"
 
94
                rowspan="2"
 
95
                valign="top"
 
96
                align="left"
 
97
                width="20%"
 
98
                >
 
99
                <font color="#000000">
 
100
                  <a name="__call__"></a>&nbsp;
 
101
                </font>
 
102
            </th>
 
103
            <th bgcolor="#99ccff"
 
104
                valign="top"
 
105
                align="left"
 
106
                width="80%"
 
107
                >
 
108
                <font color="#000000">__call__&nbsp;</font>
 
109
            </th>
 
110
        </tr>
 
111
        <tr>
 
112
        <td>
 
113
        <font color="#000088"><pre>
 
114
__call__ ( self,  keyw )
 
115
 
 
116
</pre></font>
 
117
 
 
118
<table border="0" cellpadding="5" cellspacing="0" width="100%">
 
119
 
 
120
        <tr>
 
121
            <th bgcolor="#99ccff"
 
122
                rowspan="2"
 
123
                valign="top"
 
124
                align="left"
 
125
                width="20%"
 
126
                >
 
127
                <font color="#000000">
 
128
                  <a name="Exceptions">Exceptions</a>&nbsp;
 
129
                </font>
 
130
            </th>
 
131
            <th bgcolor="#99ccff"
 
132
                valign="top"
 
133
                align="left"
 
134
                width="80%"
 
135
                >
 
136
                <font color="#000000">&nbsp;</font>
 
137
            </th>
 
138
        </tr>
 
139
        <tr>
 
140
        <td>
 
141
        
 
142
Errors.OptionError('Option %s must be a string' %( self.argname, ) )<br>
 
143
 
 
144
</td></tr>
 
145
</table>
 
146
 
 
147
        <tr>
 
148
            <th bgcolor="#99ccff"
 
149
                rowspan="2"
 
150
                valign="top"
 
151
                align="left"
 
152
                width="20%"
 
153
                >
 
154
                <font color="#000000">
 
155
                  <a name="__init__"></a>&nbsp;
 
156
                </font>
 
157
            </th>
 
158
            <th bgcolor="#99ccff"
 
159
                valign="top"
 
160
                align="left"
 
161
                width="80%"
 
162
                >
 
163
                <font color="#000000">__init__&nbsp;</font>
 
164
            </th>
 
165
        </tr>
 
166
        <tr>
 
167
        <td>
 
168
        <font color="#000088"><pre>
 
169
__init__ (
 
170
        self,
 
171
        argname,
 
172
        fixedword=None,
 
173
        default=None,
 
174
        )
 
175
 
 
176
</pre></font>
 
177
 
 
178
</td></tr>
 
179
</td></tr>
 
180
</table>
 
181
 
 
182
        </td>
 
183
        </tr>
 
184
        </table>
 
185
 
 
186
        <hr>
 
187
 
 
188
        <p><i><a href="../../index.html">Table of Contents</a></i></p>
 
189
 
 
190
        <font size="-2"><i>This document was automatically generated
 
191
        on Sun Oct 19 17:10:22 2003 by
 
192
        <a href="http://happydoc.sourceforge.net">HappyDoc</a> version
 
193
        2.1</i></font>
 
194
        
 
195
        </body>
 
196
        </html>
 
197
        
 
 
b'\\ No newline at end of file'