mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-18 09:42:29 +00:00
[idd] helper/CEditWidget: support enable/disabling edit controls
This commit is contained in:
@@ -9,6 +9,8 @@ public:
|
||||
std::wstring getValue();
|
||||
int getNumericValue();
|
||||
|
||||
bool enable(bool enabled = true);
|
||||
bool disable() { return enable(false); }
|
||||
void setValue(const std::wstring &value);
|
||||
void setNumericValue(int value);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user