view src/win32/systray.h @ 4236:9641bd9c79f5

[gaim-migrate @ 4482] Hi there. Me again. A small patch from Mr. Reisner that makes the rename buddy dialog and jabber's vcard dialog (set jabber info) dialog buttons follow the gnome HIG. Thank you thank you. Pizza pizza. Changes to oscar.c... Make some debug_printf's not i18nish. 1) They don't really help us if they're in another language. 2) Translators have enough strings as it is I made a few more of the ICQ auth dialogs show ##### (alias) instead of just #####. Change how some data in ssi.c is allocated/freed. It's a cleaner implementation this way, but maybe just a little slower. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Jan 2003 01:37:11 +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_ */