Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.Control.SetLabelMarkup.1.py
2016-05-18 16:38:18 -07:00

8 lines
328 B
Python

text = wx.StaticText(self, -1, 'Hello world!')
# Some more code...
text.SetLabelMarkup("<b>&ampBed</b> &ampmp "
"<span foreground='red'>breakfast</span> "
"available <big>HERE</big>")