event handler to hide the tooltip
(self, event=None)
| 117 | self.showtip() |
| 118 | |
| 119 | def _hide_event(self, event=None): |
| 120 | """event handler to hide the tooltip""" |
| 121 | self.hidetip() |
| 122 | |
| 123 | def schedule(self): |
| 124 | """schedule the future display of the tooltip""" |