content display hook for sub-classes
(self)
| 63 | return 20, self.anchor_widget.winfo_height() + 1 |
| 64 | |
| 65 | def showcontents(self): |
| 66 | """content display hook for sub-classes""" |
| 67 | # See ToolTip for an example |
| 68 | raise NotImplementedError |
| 69 | |
| 70 | def hidetip(self): |
| 71 | """hide the tooltip""" |