I received an email about this being added. Here is the gist of it.
This feature has been implemented as of build 1092. What you need to do is to do the following when you create the button:
local button3 = widget.newButton
{
label = “Button 3”,
textOnly = true
}
Please notice the textOnly line.