1603 <tr> |
1603 <tr> |
1604 <td><a href="#MiniScintilla.__init__">MiniScintilla</a></td> |
1604 <td><a href="#MiniScintilla.__init__">MiniScintilla</a></td> |
1605 <td>Constructor</td> |
1605 <td>Constructor</td> |
1606 </tr> |
1606 </tr> |
1607 <tr> |
1607 <tr> |
|
1608 <td><a href="#MiniScintilla.encloseSelectedText">encloseSelectedText</a></td> |
|
1609 <td>Local function to enclose the current selection with some characters.</td> |
|
1610 </tr> |
|
1611 <tr> |
1608 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td> |
1612 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td> |
1609 <td>Protected method called when the editor receives focus.</td> |
1613 <td>Protected method called when the editor receives focus.</td> |
1610 </tr> |
1614 </tr> |
1611 <tr> |
1615 <tr> |
1612 <td><a href="#MiniScintilla.focusOutEvent">focusOutEvent</a></td> |
1616 <td><a href="#MiniScintilla.focusOutEvent">focusOutEvent</a></td> |
1641 <dl> |
1645 <dl> |
1642 |
1646 |
1643 <dt><i>parent</i> (QWidget)</dt> |
1647 <dt><i>parent</i> (QWidget)</dt> |
1644 <dd> |
1648 <dd> |
1645 parent widget |
1649 parent widget |
|
1650 </dd> |
|
1651 </dl> |
|
1652 <a NAME="MiniScintilla.encloseSelectedText" ID="MiniScintilla.encloseSelectedText"></a> |
|
1653 <h4>MiniScintilla.encloseSelectedText</h4> |
|
1654 <b>encloseSelectedText</b>(<i></i>) |
|
1655 |
|
1656 <p> |
|
1657 Local function to enclose the current selection with some |
|
1658 characters. |
|
1659 </p> |
|
1660 <dl> |
|
1661 |
|
1662 <dt><i>encString</i> (str)</dt> |
|
1663 <dd> |
|
1664 string to use to enclose the selection |
|
1665 (one or two characters) |
1646 </dd> |
1666 </dd> |
1647 </dl> |
1667 </dl> |
1648 <a NAME="MiniScintilla.focusInEvent" ID="MiniScintilla.focusInEvent"></a> |
1668 <a NAME="MiniScintilla.focusInEvent" ID="MiniScintilla.focusInEvent"></a> |
1649 <h4>MiniScintilla.focusInEvent</h4> |
1669 <h4>MiniScintilla.focusInEvent</h4> |
1650 <b>focusInEvent</b>(<i>event</i>) |
1670 <b>focusInEvent</b>(<i>event</i>) |