Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/Control.SetLabelMarkup.1.py
2012-04-10 03:16:37 +00: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>")