Helpviewer/SearchWidget.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 2999
28c75409a78f
equal deleted inserted replaced
2953:703452a2876f 2954:bf0215fe12d1
92 self.__setFindtextComboBackground(True) 92 self.__setFindtextComboBackground(True)
93 93
94 @pyqtSlot(bool) 94 @pyqtSlot(bool)
95 def on_highlightAllCheckBox_toggled(self, checked): 95 def on_highlightAllCheckBox_toggled(self, checked):
96 """ 96 """
97 Private slot to toggle the highlight of all occurences. 97 Private slot to toggle the highlight of all occurrences.
98
99 @param checked flag indicating the check box toggle state (boolean)
98 """ 100 """
99 cbr = self.__mainWindow.currentBrowser() 101 cbr = self.__mainWindow.currentBrowser()
100 if cbr is None: 102 if cbr is None:
101 return 103 return
102 cbr.findNextPrev( 104 cbr.findNextPrev(

eric ide

mercurial