|  |  |  | Shell Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
struct ShellTrayIcon; struct ShellTrayIconClass; ClutterActor * shell_tray_icon_new (ShellEmbeddedWindow *window); void shell_tray_icon_click (ShellTrayIcon *icon,ClutterEvent *event);
  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----ClutterTexture
                     +----ClutterX11TexturePixmap
                           +----ShellGtkEmbed
                                 +----ShellTrayIcon
ShellTrayIcon implements ClutterContainer, ClutterScriptable, ClutterAnimatable and AtkImplementorIface.
void shell_tray_icon_click (ShellTrayIcon *icon,ClutterEvent *event);
Fakes a press and release on icon. event must be a
CLUTTER_BUTTON_RELEASE event. Its relevant details will be passed
on to the icon, but its coordinates will be ignored; the click is
always made on the center of icon.
| 
 | a ShellTrayIcon | 
| 
 | the ClutterEvent triggering the fake click |