MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / Create

Method Create

cppcryptfs/ui/TrayIcon.h:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 CMenuTrayIcon() : DoubleClicked(false) {}
168 CMenuTrayIcon(LPCTSTR szTip, HICON hIcon, UINT Menu=0, UINT Default=0, BOOL ByPos=FALSE) : DoubleClicked(false) {Create(szTip, hIcon, Menu, Default, ByPos);}
169 void Create(LPCTSTR szTip, HICON hIcon, UINT Menu=0, UINT Default=0, BOOL ByPos=FALSE) {
170 CTrayIcon::Create(szTip, hIcon, Menu);
171 SetMenuDefaultItem(Default, ByPos);
172 }
173 virtual ~CMenuTrayIcon() {}
174
175// Attributes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected