Class v.g.t.TrayIcon(object):

Part of vmc.gtk.tray View In Hierarchy

I wrap either a gtk.StatusIcon or a egg.trayicon.TrayIcon instance

I provide a uniform API for two heterogeneous components and perform some trickery to show notifications on a HIG-friendly way
Method __init__ Undocumented
Method show Shows the icon
Method hide Hides the icon
Method visible Returns True if the icon is visible
Method attach_notification Attachs notification to the icon
def __init__(self, icon):
Undocumented
def show(self):
Shows the icon
def hide(self):
Hides the icon
def visible(self):
Returns True if the icon is visible
def attach_notification(self, notification):

Attachs notification to the icon

If we're not visible, we will show ourselves for 5 seconds and will hide afterwards
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.