view gtk/win32/MinimizeToTray.h @ 14927:ee29923d5159

[gaim-migrate @ 17699] The documentation for g_utf8_collate_key() says to use strcmp(), so we should do that. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 07 Nov 2006 22:51:58 +0000
parents 2c1781ea074c
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_ */