include/vcl/toolbox.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3944dba0700bfbd2eb6184c279fbeef73891c675
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Nov 29 20:26:00 2021 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Nov 30 08:28:58 2021 +0100

    vcl: document ToolBox
    
    ToolBox is what other toolkits call a toolbar, it seems to me.
    
    Change-Id: I8230570c4275625d1515ec6bbde1121d40c5d33f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126066
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index fe15d3b978f7..bddea3b01484 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -79,6 +79,8 @@ namespace std {
 }
 
 class Idle;
+
+/// A toolbar: contains all those icons, typically below the menu bar.
 class VCL_DLLPUBLIC ToolBox : public DockingWindow
 {
     friend class FloatingWindow;

Reply via email to