I have a vertical stack of buttons, currently coded with %bt which allows me to set them all the same width. However %bt makes for a bulky button and a high stack. %tt would be much neater, but I can't control the width, which seems to be set automatically depending on the text width. Is there any way to control the width of a %tt button? The only solution I can think of is to define all the text strings the same length with a '.' at the start and end of the string, such as
. scaling .
. annotation .
. exit .
but this looks messy and involves extra coding to centre the text on the button. Maybe I should be using %ib instead, but then I would need to supply a bitmap resource which I really don't need for any other reason, and it would make the program a bit more complicated. Would be nice if %tt could simply take an optional width like %bt