(self)
| 114 | self.splitter.SetSashPosition(200) |
| 115 | |
| 116 | def HideLogFile(self): |
| 117 | self.splitter.Unsplit() |
| 118 | self.splitter.SplitVertically(self.list_game,self.panelEmpty) |
| 119 | self.splitter.SetSashPosition(200) |
| 120 | |
| 121 | def AppendStyledText(self, line): |
| 122 | ins = self.log_reader.GetInsertionPoint() |