view src/win32/systray.h @ 4244:091e9db94ebc

[gaim-migrate @ 4494] I'm paving the way for the information super duper clown road of lemon and apple goodnessness. Also, someone please test direct connections and direct IMs. They might crash like a banshee. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Jan 2003 05:23:22 +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_ */