sepal_ui.sepalwidgets.sepalwidget.Tooltip#

class sepal_ui.sepalwidgets.sepalwidget.Tooltip(**kwargs)[source]#

Custom widget to display tooltip when mouse is over widget.

Parameters:
  • widget (VuetifyWidget) – widget used to display tooltip

  • tooltip (str) – the text to display in the tooltip

Attributes

Methods

__init__

Custom widget to display tooltip when mouse is over widget.

Tooltip.__init__(widget, tooltip, **kwargs)[source]#

Custom widget to display tooltip when mouse is over widget.

Parameters:
  • widget (VuetifyWidget) – widget used to display tooltip

  • tooltip (str) – the text to display in the tooltip

Return type:

None