- Added !SetOption/!SetOptionGroup bangs.

- Script: Added GetOption() function
This commit is contained in:
Birunthan Mohanathas
2011-07-27 10:42:35 +00:00
parent 23f4a31bf0
commit 822c10060a
19 changed files with 235 additions and 329 deletions

View File

@ -150,7 +150,9 @@ enum BANGCOMMAND
BANG_LSHOOK,
BANG_PLUGIN,
BANG_SETVARIABLE
BANG_SETVARIABLE,
BANG_SETOPTION,
BANG_SETOPTIONGROUP
};
class CRainmeter;
@ -181,6 +183,7 @@ public:
void UpdateMeasure(const WCHAR* name, bool group = false);
void Refresh(bool init, bool all = false);
void Redraw();
void SetOption(const WCHAR* name, bool group);
void SetMouseLeaveEvent(bool cancel);