Package screenlets :: Class Tooltip
[hide private]
[frames] | no frames]

Class Tooltip

source code

A window that displays a text and serves as Tooltip (very basic yet).

Instance Methods [hide private]
 
__init__(self, width, height) source code
 
__setattr__(self, name, value) source code
 
show(self)
Show the Tooltip window.
source code
 
show_delayed(self, delay)
Show the Tooltip window after a given delay.
source code
 
hide(self)
Hide the Tooltip window.
source code
 
cancel_show(self)
Cancel showing of the Tooltip.
source code
 
__show_timeout(self) source code
 
screen_changed(self, window, screen=None) source code
 
expose(self, widget, event) source code
Class Variables [hide private]
  __timeout = None
  text = ''
  font_name = 'FreeSans 9'
  width = 100
  height = 20
  x = 0
  y = 0