Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > 08b6ba4a5956f2b058c9ca40fbe13685 > files > 36

librox-c-devel-2.1.10-2mdv2011.0.i586.rpm

/*
 * systray.c - Interface to the system tray.
 *
 * $Id: systray.h,v 1.3 2007/05/21 16:58:38 stephen Exp $
 */

/** @file systray.h
 * @brief Interface to the system tray.
 */

#ifndef _rox_systray_h
#define _rox_systray_h

extern void rox_systray_init(void);

extern GtkWidget *rox_systray_new(void);
extern GtkWidget *rox_systray_new_on_screen(GdkScreen *screen);

extern int rox_systray_send_message(GtkWidget *systray,
				     const char *message,
				     unsigned usec);

extern void rox_systray_cancel_message(GtkWidget *systray, int id);

extern gboolean rox_systray_is_vertical(GtkWidget *systray);

#endif

/*
 * $Log: systray.h,v $
 * Revision 1.3  2007/05/21 16:58:38  stephen
 * Improved systray interface
 *
 * Revision 1.2  2005/08/14 16:07:00  stephen
 * Added rox_resources_find_with_domain().
 * More doxygen additions.
 *
 * Revision 1.1  2005/06/07 10:22:54  stephen
 * Added system tray interface
 *
 *
 */