view src/win32/systray.h @ 4034:c14b687f4601

[gaim-migrate @ 4240] the smiley selector dialog. That code looks really ugly right now. It should improve when the smiley themes come. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 03 Dec 2002 02:47:02 +0000
parents f9e961773058
children cf718383cd60
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_blistwin( GtkWidget* );
extern void wgaim_created_loginwin( GtkWidget* );
extern void wgaim_created_backwin( GtkWidget* );
extern void wgaim_systray_cleanup(void);
extern void wgaim_systray_minimize( GtkWidget* );
extern void wgaim_systray_maximize( GtkWidget* );
#endif /* _SYSTRAY_H_ */