Removes a tooltip from a widget
(self)
| 938 | self.tipwindow = None |
| 939 | |
| 940 | def remove(self): |
| 941 | """ |
| 942 | Removes a tooltip from a widget |
| 943 | """ |
| 944 | self.text = None |
| 945 | |
| 946 | # ---------------------------------------------------------------------- # |
| 947 | # Cascading structure.... Objects get larger # |
no outgoing calls
no test coverage detected