diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-07-09 12:06:30 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-07-10 05:35:06 +0200 |
commit | c4e8c40815d3e8c6e2d96f3b9cd24e88609bbbe0 (patch) | |
tree | c24b3e44763641a54471b6add8a42faaf1ed300a /include | |
parent | 2f0bbee9d4ebc7d5b396de2d28254951d314137f (diff) |
icon choice ctrl: Update doc on WB_* flags
`WB_NOSELECTION` and `WB_SMART_ARRANGE` were
dropped earlier, so drop their doc as well.
There's no `WB_SMALL_ICON`, but `WB_SMALLICON`,
so adjust the name in the doc as well.
Change-Id: I8eb36d1184743f8e7a3e501f05e3f4b5a374e51d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170210
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolkit/ivctrl.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/toolkit/ivctrl.hxx b/include/vcl/toolkit/ivctrl.hxx index 345fffabb622..a51751ace40d 100644 --- a/include/vcl/toolkit/ivctrl.hxx +++ b/include/vcl/toolkit/ivctrl.hxx @@ -101,14 +101,12 @@ public: /* Window-Bits: WB_ICON // Text beneath the icon - WB_SMALL_ICON // Text right to the icon, position does not mind + WB_SMALLICON // Text right to the icon, position does not mind WB_DETAILS // Text right to the icon, limited positioning WB_BORDER WB_NOHIDESELECTION // Draw selection inactively, if not focused. WB_NOHSCROLL WB_NOVSCROLL - WB_NOSELECTION - WB_SMART_ARRANGE // Keep Visible-Area at arrange WB_NODRAGSELECTION // No selection with tracking rectangle WB_NOCOLUMNHEADER // No Headerbar in Details view (Headerbar not implemented) WB_NOPOINTERFOCUS // No GrabFocus at MouseButtonDown |