view src/win32/systray.h @ 4862:0fe2ffdb7906

[gaim-migrate @ 5189] Win32 interface to gtkspell. If Aspell installation is found Gaim will load and use gtkspell dll, if not dummy funcs are used. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 22 Mar 2003 18:38:25 +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_ */