Added support for custom Context Menu items

This commit is contained in:
Brian Ferguson
2012-10-03 14:52:17 -06:00
parent 940b4ff55e
commit f0dd38000d
4 changed files with 107 additions and 3 deletions

View File

@ -234,6 +234,8 @@ public:
bool GetMeterToolTipHidden() { return m_ToolTipHidden; }
bool HasCustomContextMenu() { return m_HasCustomContextMenu; }
const CMouse& GetMouse() { return m_Mouse; }
void MakePathAbsolute(std::wstring& path);
@ -432,6 +434,8 @@ private:
bool m_ToolTipHidden;
bool m_HasCustomContextMenu;
static int c_InstanceCount;
static HINSTANCE c_DwmInstance;