(title, cont)
| 185 | wx.CallAfter(pub.sendMessage, "showtable", data=data, title=title) |
| 186 | |
| 187 | def showlog(title, cont): |
| 188 | from .ui.logwindow import TextLog |
| 189 | TextLog.write(cont, title) |
| 190 | pub.subscribe(showlog, 'showlog') |
| 191 | |
| 192 | def write(cont, title='ImagePy'): |