Added Lua Stuff

There are a few changes to the core Rainmeter code.
This commit is contained in:
mapeki
2010-12-12 17:08:36 +00:00
parent 416232dff2
commit c516bf8310
96 changed files with 26523 additions and 7 deletions

View File

@ -47,6 +47,8 @@ public:
virtual int GetW() { return m_Hidden ? 0 : m_W; }
virtual int GetX(bool abs = false);
virtual int GetY(bool abs = false);
void SetW(int w) { m_W = w; }
void SetH(int h) { m_H = h; }
RECT GetMeterRect();
void SetX(int x) { m_X = x; m_RelativeX = POSITION_ABSOLUTE; }