806 </p><a NAME="Terminal.searchNext" ID="Terminal.searchNext"></a> |
806 </p><a NAME="Terminal.searchNext" ID="Terminal.searchNext"></a> |
807 <h4>Terminal.searchNext</h4> |
807 <h4>Terminal.searchNext</h4> |
808 <b>searchNext</b>(<i>txt, caseSensitive, wholeWord</i>) |
808 <b>searchNext</b>(<i>txt, caseSensitive, wholeWord</i>) |
809 <p> |
809 <p> |
810 Public method to search the next occurrence of the given text. |
810 Public method to search the next occurrence of the given text. |
811 </p><a NAME="Terminal.searchPrev" ID="Terminal.searchPrev"></a> |
811 </p><dl> |
|
812 <dt><i>txt</i></dt> |
|
813 <dd> |
|
814 text to search for (string) |
|
815 </dd><dt><i>caseSensitive</i></dt> |
|
816 <dd> |
|
817 flag indicating to perform a case sensitive |
|
818 search (boolean) |
|
819 </dd><dt><i>wholeWord</i></dt> |
|
820 <dd> |
|
821 flag indicating to search for whole words |
|
822 only (boolean) |
|
823 </dd> |
|
824 </dl><a NAME="Terminal.searchPrev" ID="Terminal.searchPrev"></a> |
812 <h4>Terminal.searchPrev</h4> |
825 <h4>Terminal.searchPrev</h4> |
813 <b>searchPrev</b>(<i>txt, caseSensitive, wholeWord</i>) |
826 <b>searchPrev</b>(<i>txt, caseSensitive, wholeWord</i>) |
814 <p> |
827 <p> |
815 Public method to search the previous occurrence of the given text. |
828 Public method to search the previous occurrence of the given text. |
816 </p><a NAME="Terminal.wheelEvent" ID="Terminal.wheelEvent"></a> |
829 </p><dl> |
|
830 <dt><i>txt</i></dt> |
|
831 <dd> |
|
832 text to search for (string) |
|
833 </dd><dt><i>caseSensitive</i></dt> |
|
834 <dd> |
|
835 flag indicating to perform a case sensitive |
|
836 search (boolean) |
|
837 </dd><dt><i>wholeWord</i></dt> |
|
838 <dd> |
|
839 flag indicating to search for whole words |
|
840 only (boolean) |
|
841 </dd> |
|
842 </dl><a NAME="Terminal.wheelEvent" ID="Terminal.wheelEvent"></a> |
817 <h4>Terminal.wheelEvent</h4> |
843 <h4>Terminal.wheelEvent</h4> |
818 <b>wheelEvent</b>(<i>evt</i>) |
844 <b>wheelEvent</b>(<i>evt</i>) |
819 <p> |
845 <p> |
820 Protected method to handle wheel events. |
846 Protected method to handle wheel events. |
821 </p><dl> |
847 </p><dl> |