diff options
Diffstat (limited to 'include/vcl/combobox.hxx')
-rw-r--r-- | include/vcl/combobox.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx index 0080e39dfda5..1993d00e0ae6 100644 --- a/include/vcl/combobox.hxx +++ b/include/vcl/combobox.hxx @@ -30,6 +30,7 @@ class UserDrawEvent; +/// A widget used to choose from a list of items and which has an entry. class VCL_DLLPUBLIC ComboBox : public Edit { private: |