diff options
Diffstat (limited to 'client/widgets/listbox.h')
-rw-r--r-- | client/widgets/listbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/widgets/listbox.h b/client/widgets/listbox.h index 1485225..b48e258 100644 --- a/client/widgets/listbox.h +++ b/client/widgets/listbox.h @@ -51,6 +51,10 @@ public: bool setKeyboardFocus(); + void disable(); + void enable(); + bool isDisabled(); + public slots: void changed(); |