view src/win32/systray.h @ 4935:b89f7c450d6c

[gaim-migrate @ 5269] If you are one of those people who keeps complaining your buddy list is too wide, don't upgrade this cvs commit. If you do, and complain, I'll yell at you. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Apr 2003 00:14:58 +0000
parents cf718383cd60
children 9657e243d001
line wrap: on
line source

/*
 *  systray.h
 *
 *  Author: Herman Bloggs <hermanator12002@yahoo.com>
 *  Date: November, 2002
 *  Description: Gaim systray functionality
 */

#ifndef _SYSTRAY_H_
#define _SYSTRAY_H_

extern void wgaim_systray_init(void);
extern void wgaim_created_loginwin( GtkWidget* );
extern void wgaim_systray_cleanup(void);
extern void wgaim_systray_minimize( GtkWidget* );
extern void wgaim_systray_maximize( GtkWidget* );
#endif /* _SYSTRAY_H_ */