mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
CtrlLib: Win32 TrayIcon::WindowProc now protected
git-svn-id: svn://ultimatepp.org/upp/trunk@12944 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a633f4c16e
commit
d8a04c5705
1 changed files with 3 additions and 1 deletions
|
|
@ -245,11 +245,13 @@ class TrayIcon : private Ctrl {
|
|||
NotifyIconNew nid;
|
||||
HWND hwnd;
|
||||
|
||||
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
|
||||
void Notify(dword msg);
|
||||
void DoMenu(Bar& bar);
|
||||
void Message(int type, const char *title, const char *text, int timeout = 10);
|
||||
|
||||
protected:
|
||||
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
public:
|
||||
virtual void Menu(Bar& bar);
|
||||
virtual void LeftDown();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue