summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-08-23 10:08:16 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-23 20:03:50 +0200
commit93e3945330cd231e05c637aefe00419cb14f2ab7 (patch)
tree681e7518dedde340375b78d52733b61a03c144a3 /include
parent3ceefe9abff98fc24ffb5e8e405f4999faddc351 (diff)
vcl: document ComboBox vs ListBox
These are two separate VCL classes, but merged together for weld, which confused me. Change-Id: Id6827532218917753cc036188176bef6ac0c5d88 Reviewed-on: https://gerrit.libreoffice.org/77995 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/vcl/combobox.hxx1
-rw-r--r--include/vcl/lstbox.hxx1
-rw-r--r--include/vcl/weld.hxx1
3 files changed, 3 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:
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:
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 61deac2be88a..3200164f1da6 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -514,6 +514,7 @@ enum class EntryMessageType
Error,
};
+/// A widget used to choose from a list of items.
class VCL_DLLPUBLIC ComboBox : virtual public Container
{
private: