mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Changed !SetOption to work with X, Y, and Hidden
This commit is contained in:
@ -58,8 +58,8 @@ public:
|
||||
|
||||
void SetW(int w) { m_W = w; }
|
||||
void SetH(int h) { m_H = h; }
|
||||
void SetX(int x) { m_X = x; m_RelativeX = POSITION_ABSOLUTE; }
|
||||
void SetY(int y) { m_Y = y; m_RelativeY = POSITION_ABSOLUTE; }
|
||||
void SetX(int x);
|
||||
void SetY(int y);
|
||||
|
||||
const CMouse& GetMouse() { return m_Mouse; }
|
||||
bool HasMouseAction() { return m_HasMouseAction; }
|
||||
@ -138,10 +138,6 @@ protected:
|
||||
|
||||
Gdiplus::Matrix* m_Transformation;
|
||||
|
||||
std::wstring m_StyleX;
|
||||
std::wstring m_StyleY;
|
||||
std::wstring m_StyleHidden;
|
||||
|
||||
std::wstring m_ToolTipText;
|
||||
std::wstring m_ToolTipTitle;
|
||||
std::wstring m_ToolTipIcon;
|
||||
|
Reference in New Issue
Block a user