def __init__(self, title): text = ["Question: ", ('title', title), "\n"] UnicodeText.__init__(self, text) #Must convert to BoxAdapter object if used as a flow widget.