Module tooltips :: Class ServiceDiscoveryTooltip
[hide private]
[frames] | no frames]

Class ServiceDiscoveryTooltip

source code


Tooltip that is shown when hovering over a service discovery row
Instance Methods [hide private]
 
populate(self, status)
This method must be overriden by all extenders.
source code

Inherited from BaseTooltip: __init__, create_window, expose, hide_tooltip, motion_notify_event, on_size_request, show_tooltip

Inherited from BaseTooltip (private): _get_icon_name_for_tooltip

Static Methods [hide private]

Inherited from BaseTooltip: colorize_affiliation, colorize_status

Method Details [hide private]

populate(self, status)

source code 
This method must be overriden by all extenders. This is the most simple implementation: show data as value of a label
Overrides: BaseTooltip.populate
(inherited documentation)