04-18-2017, 07:51 AM
(04-18-2017, 02:10 AM)Oobuntus link Wrote: Anyone know IF and/or HOW to disable the sort action that obtains when a column header is clicked in a Zenity list?
It is built-in. There is no way to disable it. As long as you can click it it sorts... You can hide the columns headers though, which will prevent interaction with the column header sorting but if you are specifically interested in leaving headers ON, then this is a feature that as far as I'm concerned it isn't available in zenity.
Code:
zenity --list --radiolist --hide-header --text="<b>A</b> is at the bottom and can't be sorted" --column="Pick" --column="Letter" FALSE Z TRUE A
For more see ~$ zenity --help-all
https://unlockforus.com
Sorry for seeming stupid and preferring Linux - I just don't know any better.
Sorry for seeming stupid and preferring Linux - I just don't know any better.