view src/win32/MinimizeToTray.h @ 8037:89ec7c63113c

[gaim-migrate @ 8718] This makes ctrl+pgup and ctrl+pgdown cycle throught he tabs agin. It broke when I added the text input widget to a scrolled window. I'm not really sure why this fixes it exactly, but it doesn't seem to have any side effects. Someone (me?) should probably look at these callbacks after 0.75 is released and find out what entry_key_pressed_cb_1 is supposed to be doing. Alright, cannon time. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 07 Jan 2004 22:16:29 +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_ */