Code cleanup.

This commit is contained in:
spx
2011-11-03 00:13:42 +00:00
parent 8339d22a0f
commit 22c36f8b49
4 changed files with 15 additions and 19 deletions

View File

@ -73,14 +73,12 @@ public:
const std::wstring& GetToolTipText() { return m_ToolTipText; }
bool HasToolTip() { return m_ToolTipHandle != NULL; }
void SetToolTipHidden(bool b) { m_ToolTipHidden = b; }
void CreateToolTip(CMeterWindow* meterWindow);
void UpdateToolTip();
bool HasMouseAction() { return m_HasMouseAction; }
bool HasMouseActionCursor() { return m_MouseActionCursor; }
void SetMouseActionCursor(bool b) { m_MouseActionCursor = b; }
virtual void Hide();
virtual void Show();