#include "rox-clib.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include "choices.h"
#include "rox.h"
#include "systray.h"
Functions | |
void | rox_systray_init (void) |
GtkWidget * | rox_systray_new (void) |
GtkWidget * | rox_systray_new_on_screen (GdkScreen *screen) |
int | rox_systray_send_message (GtkWidget *systray, const char *message, unsigned usec) |
void | rox_systray_cancel_message (GtkWidget *systray, int id) |
|
Cancel a balloon help message.
|
|
Initialize the system tray interface. |
|
Create a new system tray widget for the default screen. A container widget is returned, you should add whatever widgets are needed to it. rox_systray_init() must be called first.
|
|
Create a new system tray widget for the specified screen. A container widget is returned, you should add whatever widgets are needed to it. rox_systray_init() must be called first.
|
|
Send a balloon message to the system tray icon.
|