Show More
@@ -229,7 +229,7 b' class WxConsoleView(stc.StyledTextCtrl):' | |||||
229 | def getBackgroundColor(self,color): |
|
229 | def getBackgroundColor(self,color): | |
230 | return self.background_color |
|
230 | return self.background_color | |
231 |
|
231 | |||
232 |
def asyncWrite(self, |
|
232 | def asyncWrite(self, text): | |
233 | ''' |
|
233 | ''' | |
234 | Write given text to buffer in an asynchroneous way. |
|
234 | Write given text to buffer in an asynchroneous way. | |
235 | It is used from another thread to be able to acces the GUI. |
|
235 | It is used from another thread to be able to acces the GUI. |
General Comments 0
You need to be logged in to leave comments.
Login now