diff options
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r-- | include/vcl/lstbox.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index df42d7b6b9d2..4e6130a7dd18 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -74,6 +74,7 @@ class ImplBtn; class ImplWin; class ImplListBoxWindow; +/// A widget used to choose from a list of items and which has no entry. class VCL_DLLPUBLIC ListBox : public Control { private: |