Display a message on toolbar or in status bar.
(self, s)
| 2994 | self.set_history_buttons() |
| 2995 | |
| 2996 | def set_message(self, s): |
| 2997 | """Display a message on toolbar or in status bar.""" |
| 2998 | |
| 2999 | def draw_rubberband(self, event, x0, y0, x1, y1): |
| 3000 | """ |
no outgoing calls
no test coverage detected