v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
687 stars 57 forks source link

Add tooltip capability to radio and checklist labels #90

Open dreamstorpi opened 4 years ago

dreamstorpi commented 4 years ago

Is it possible to add a tootltip to radiolist and checklist row labels?

I have a radio list with three columns. COL1= radiolist state (TRUE or FALSE), COL2= label define like so, "${labels[transadd]}!${tooltip[transadd]}" COL3= return code

I have defined COL2 as tooltip, like so, --column "${text[col2]}":TIP

The label prints as a complete string, ie, "Label text!Tooltip text"

Hilary

v1cont commented 4 years ago

hm, :"tip" looks broken right now< sorry

but you may set column for tolltips with --tooltip-column option and optionally hide it with --hide-column

frostworx commented 4 years ago

Just had the same "problem" and can confirm that your "workaround" works excellent. Thank you very much!