Mercurial > pidgin
view src/win32/systray.h @ 5667:18f7a2abc3fc
[gaim-migrate @ 6084]
Can set tab position now.
Still need to add callbacks for this (and many other prefs) so it takes
effect immediately, but at least now I don't have to have my tabs on top ;-)
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 02 Jun 2003 12:44:32 +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_ */