386 B
386 B
setBarTextAlign
Sets the frame's bar-text alignment
Parameters:
stringCan be supplied with "left", "center", or "right"
Returns:
frameThe frame being used
Usage:
- Set the title of myFrame to "My first frame!", and align it to the right.
myFrame:setBar("My first Frame!"):setBarTextAlign("right")
<frame barAlign="right"></frame>