view src/win32/MinimizeToTray.h @ 7238:60aa7d4ebfba

[gaim-migrate @ 7813] I was going to remove the apply button, but apparently spin boxes don't emit a value-changed signal when a user types a number in the box... Seems like a gtk bug for me. Whateva. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Oct 2003 04:27:00 +0000
parents 9682c0e022c6
children
line wrap: on
line source

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */