Multi-line text labels on buttons & labels

Is it possible to place multi-line labels on buttons & labels?

Yes. To do that, you can use html in the text property, for example:

<html>line1
line2</html>

Joas,

Thanks for the prompt response.