rb-tray-icon

rb-tray-icon

Synopsis




typedef     RBTrayIconPrivate;
RBTrayIcon* rb_tray_icon_new                (GtkUIManager *mgr,
                                             RBShell *shell);
void        rb_tray_icon_get_geom           (RBTrayIcon *icon,
                                             int *x,
                                             int *y,
                                             int *width,
                                             int *height);
void        rb_tray_icon_notify             (RBTrayIcon *icon,
                                             guint timeout,
                                             const char *primary,
                                             GtkWidget *msgicon,
                                             const char *secondary,
                                             gboolean requested);
void        rb_tray_icon_cancel_notify      (RBTrayIcon *icon);
void        rb_tray_icon_set_tooltip        (RBTrayIcon *icon,
                                             const char *tooltip);

Description

Details

RBTrayIconPrivate


rb_tray_icon_new ()

RBTrayIcon* rb_tray_icon_new                (GtkUIManager *mgr,
                                             RBShell *shell);

mgr :
shell :
Returns :

rb_tray_icon_get_geom ()

void        rb_tray_icon_get_geom           (RBTrayIcon *icon,
                                             int *x,
                                             int *y,
                                             int *width,
                                             int *height);

icon :
x :
y :
width :
height :

rb_tray_icon_notify ()

void        rb_tray_icon_notify             (RBTrayIcon *icon,
                                             guint timeout,
                                             const char *primary,
                                             GtkWidget *msgicon,
                                             const char *secondary,
                                             gboolean requested);

icon :
timeout :
primary :
msgicon :
secondary :
requested :

rb_tray_icon_cancel_notify ()

void        rb_tray_icon_cancel_notify      (RBTrayIcon *icon);

icon :

rb_tray_icon_set_tooltip ()

void        rb_tray_icon_set_tooltip        (RBTrayIcon *icon,
                                             const char *tooltip);

icon :
tooltip :