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

Class NotificationAreaTooltip

source code


Tooltip that is shown in the notification area
Instance Methods [hide private]
 
__init__(self) source code
 
fill_table_with_accounts(self, accounts) source code
 
populate(self, data='')
This method must be overriden by all extenders.
source code

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

Inherited from BaseTooltip (private): _get_icon_name_for_tooltip

Inherited from StatusTable: add_status_row, add_text_row, create_table, get_status_info

Static Methods [hide private]

Inherited from BaseTooltip: colorize_affiliation, colorize_status

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: StatusTable.__init__

fill_table_with_accounts(self, accounts)

source code 

populate(self, data='')

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)