view src/win32/MinimizeToTray.h @ 10556:3eff59ad7acb

[gaim-migrate @ 11933] This seems to be the best way to ellipsize tab labels. Let's try it on for a bit. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 29 Jan 2005 22:31:02 +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_ */