On 18.08.26 15:27, Regina Henschel wrote:
use the Labeled By / Label For attributes
Exactly that is my problem. I do not know how to write it.

The rightmost tab in Glade (icon-only) allows to pick the control for Labeled By and Label For from the list of controls. Use the new label on each radio button as Labeled By and all three radio buttons on the label Label For.

Or in the ui file per

            <accessibility>
              <relation type="labelled-by" target="<id of the label"/>
            </accessibility>

and

            <accessibility>
              <relation type="label-for" target="id radio button 1"/>
              <relation type="label-for" target="id radio button 2"/>
              <relation type="label-for" target="id radio button 3"/>
            </accessibility>

The suggestions would be wrong in content. All three options change red, green and blue color. They differ in how they do it....
How to put that into a tooltip text?
In this case I'd go with some generic text and defer to the documentation. "Adjust colors clockwise / counter clockwise the HSL wheel" perhaps as the tooltip?

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to