(self)
| 669 | |
| 670 | |
| 671 | def end_string(self): |
| 672 | #controller should have set the text |
| 673 | if self._curSlide: |
| 674 | self._curSlide.graphics.append(self._curString) |
| 675 | elif self._curSection: |
| 676 | self._curSection.graphics.append(self._curString) |
| 677 | self._curString = None |
| 678 | |
| 679 | |
| 680 | def start_infostring(self, args): |