ccc
Nov 20, 2015 - 23:40
Is there a way to programmatically highlight a segment of a ui.SegmentedControl?
seg = ui.SegmentedControl()
seg.selected_index = 0 # does not set the highlight
See: https://github.com/cclauss/Pythonista_ui/blob/master/segmented_table.py