yad icon indicating copy to clipboard operation
yad copied to clipboard

Add toggle-action for lists

Open wishdev opened this issue 2 years ago • 3 comments

Adds the toggle-action option to allow for a command to run when a checkbox or radio button is toggled in a list.

Uses the same code to call the command as select-action so I pulled that logic out and refactored it into a method that is called in all 3 spots.

wishdev avatar Aug 18 '21 03:08 wishdev

thanks, i look at this. but at first sight i cannot see how user can understand what column was triggered? there can be more than one check/radio column and must be the easy way to inform callback about this

v1cont avatar Dec 03 '21 16:12 v1cont

Thanks for taking a look.

My use case completely missed that concept (I've got a single check box on a row so I didn't even think about that option). The column number is available so let me see what the best option would be to get that passed back.

wishdev avatar Dec 03 '21 17:12 wishdev