include/vcl/toolkit/svtabbx.hxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 2f5d1864f07c057c95fe8aa4bab07a60bcbfe38b Author: Caolán McNamara <[email protected]> AuthorDate: Thu Feb 19 11:17:52 2026 +0000 Commit: Michael Stahl <[email protected]> CommitDate: Wed Feb 25 14:19:59 2026 +0100 add a comment as to the enums purpose Change-Id: If055597ffc27e5855898ad195235e6876cc74c20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199710 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/include/vcl/toolkit/svtabbx.hxx b/include/vcl/toolkit/svtabbx.hxx index 53ebd82926a3..cf2a6be8c73a 100644 --- a/include/vcl/toolkit/svtabbx.hxx +++ b/include/vcl/toolkit/svtabbx.hxx @@ -40,6 +40,9 @@ enum class SvTabJustify AdjustCenter = static_cast<int>(SvLBoxTabFlags::ADJUST_CENTER) }; +/// ARIA-inspired best fit accessibility roles for SvTabListBox/SvTreeListBox +/// which could be used for all these purposes in order to indicate which one +/// is the best fit. enum class SvTabListBoxRole { Unknown,
