view plugins/docklet/MinimizeToTray.h @ 12950:96cf4e176ff8

[gaim-migrate @ 15303] updating tooltip to be a bit more condensed, and to honor the newly added full parameter. Also using the default name for the available status committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Thu, 19 Jan 2006 18:09:06 +0000
parents cae2fb7e8594
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_ */