mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Added !SetOption/!SetOptionGroup bangs.
- Script: Added GetOption() function
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user