UI/LogView.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
130 coord = self.mapToGlobal(coord) 130 coord = self.mapToGlobal(coord)
131 self.__menu.popup(coord) 131 self.__menu.popup(coord)
132 132
133 def __appendText(self, txt, error=False): 133 def __appendText(self, txt, error=False):
134 """ 134 """
135 Public method to append text to the end. 135 Private method to append text to the end.
136 136
137 @param txt text to insert (string) 137 @param txt text to insert (string)
138 @param error flag indicating to insert error text (boolean) 138 @param error flag indicating to insert error text (boolean)
139 """ 139 """
140 tc = self.textCursor() 140 tc = self.textCursor()

eric ide

mercurial