plugins/docklet/MinimizeToTray.h

Mon, 12 Dec 2005 19:30:11 +0000

author
Casey Harkins <charkins@pidgin.im>
date
Mon, 12 Dec 2005 19:30:11 +0000
changeset 12470
f70a8568bc48
parent 11709
da6e9cd5f6d9
permissions
-rw-r--r--

[gaim-migrate @ 14780]
SF Patch #1362633 from charkins

"This patch adds a submenu (Unread Messages) in the
docklet menu which shows conversations with unseen
messages. The submenu will be insensitive when there
are no conversations with unread messages.

I also removed a second GtkWidget* variable from the
menu building function (s/entry/menuitem), only one was
necessary. A second is now necessary (submenu), but the
scope is limited to an if block."

Plus changes from me so it'd actually compile and work. ;)

committer: Richard Laager <rlaager@pidgin.im>

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial