Documentation/Source/eric5.QScintilla.GotoDialog.html

branch
5_1_x
changeset 959
3b5ad7224945
parent 440
69ace3e2dcf6
child 1278
fb0460fd00b9
equal deleted inserted replaced
957:ff469c60f5fe 959:3b5ad7224945
61 <td>Public method to retrieve the linenumber.</td> 61 <td>Public method to retrieve the linenumber.</td>
62 </tr> 62 </tr>
63 </table> 63 </table>
64 <a NAME="GotoDialog.__init__" ID="GotoDialog.__init__"></a> 64 <a NAME="GotoDialog.__init__" ID="GotoDialog.__init__"></a>
65 <h4>GotoDialog (Constructor)</h4> 65 <h4>GotoDialog (Constructor)</h4>
66 <b>GotoDialog</b>(<i>maximum, parent, name = None, modal = False</i>) 66 <b>GotoDialog</b>(<i>maximum, curLine, parent, name = None, modal = False</i>)
67 <p> 67 <p>
68 Constructor 68 Constructor
69 </p><dl> 69 </p><dl>
70 <dt><i>maximum</i></dt> 70 <dt><i>maximum</i></dt>
71 <dd> 71 <dd>
72 the maximum allowed for the spinbox (int) 72 maximum allowed for the spinbox (integer)
73 </dd><dt><i>curLine</i></dt>
74 <dd>
75 current line number (integer)
73 </dd><dt><i>parent</i></dt> 76 </dd><dt><i>parent</i></dt>
74 <dd> 77 <dd>
75 parent widget of this dialog (QWidget) 78 parent widget of this dialog (QWidget)
76 </dd><dt><i>name</i></dt> 79 </dd><dt><i>name</i></dt>
77 <dd> 80 <dd>

eric ide

mercurial