Sorry for the newbie question (I expect I’ve got loads more ) But what’s the best way of making a toggle button out of a normal TextButton? I don’t want a piddly little tick box thing I want proper lozenge shaped colour goodness!
What’s the best way?
Thanks!! Dave.
Simply call Button::setClickingTogglesState (true) on it. It’s a common feature of all buttons, so works for TextButton as well… HTH
OOo, thanks, I thought I got a ‘redacted’ warning from that one. My mistake. Thanks again!!!