diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-03-09 12:42:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-03-09 21:15:18 +0100 |
commit | c391dddb4e6ba514a85e7a2e498db1c7b1d300b2 (patch) | |
tree | 4e0696cdd4c61441f1e5f8b5e51b855d0a4279d5 /include/vcl | |
parent | ea5af2f02a7b7ace1e3927d7eff684b9fbb26fd8 (diff) |
gtk4: remove set_accessible_relation_label_for
and merge the contents of the old set_accessible_relation_labeled_by
into that so there's only the need to have one call.
Change-Id: I1c109fddd59219c4364103bf00d4d5b140bbdeab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131253
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/weld.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 1b2ebb5f819d..5d3842a5247a 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -209,8 +209,9 @@ public: virtual OUString get_accessible_description() const = 0; + // After this call this widget is only accessiblity labelled by pLabel and + // pLabel only accessiblity labels this widget virtual void set_accessible_relation_labeled_by(weld::Widget* pLabel) = 0; - virtual void set_accessible_relation_label_for(weld::Widget* pLabeled) = 0; virtual void set_tooltip_text(const OUString& rTip) = 0; virtual OUString get_tooltip_text() const = 0; |