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
|