navigate.view.custom_widgets.hover.HoverMixin
- class navigate.view.custom_widgets.hover.HoverMixin(*args, **kwargs)
- Bases: - object- Adds hover attribute to widget - This class is meant to be mixed in with other widgets to add a hover attribute. Hover provides contextual information about the widget when the mouse is over it. - __init__(*args, **kwargs)
- Initializes HoverMixin - Parameters:
- *args – Additional arguments to pass to the ttk.Frame constructor. 
- **kwargs – Additional keyword arguments to pass to the ttk.Frame constructor. 
 
 
 - Methods - __init__(*args, **kwargs)- Initializes HoverMixin