summaryrefslogtreecommitdiff
path: root/client/widgets/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/checkbox.h')
-rw-r--r--client/widgets/checkbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/widgets/checkbox.h b/client/widgets/checkbox.h
index 34cac6b..5131f56 100644
--- a/client/widgets/checkbox.h
+++ b/client/widgets/checkbox.h
@@ -52,6 +52,10 @@ public:
bool setKeyboardFocus();
+ void enable();
+ void disable();
+ bool isDisabled();
+
public slots:
void state_change(int);