Display a message on the toolbar. Parameters ---------- s : str Message text.
(self, s)
| 3611 | raise NotImplementedError |
| 3612 | |
| 3613 | def set_message(self, s): |
| 3614 | """ |
| 3615 | Display a message on the toolbar. |
| 3616 | |
| 3617 | Parameters |
| 3618 | ---------- |
| 3619 | s : str |
| 3620 | Message text. |
| 3621 | """ |
| 3622 | raise NotImplementedError |
| 3623 | |
| 3624 | |
| 3625 | class _Backend: |