Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.dataview.DataViewTextRenderer.EnableMarkup.2.py
2018-02-13 17:13:44 -08:00

10 lines
251 B
Python

def GetValue(self, item, col):
if col == 0 and item == ...:
value = ("<span color=\"#87ceeb\">light</span> and "
"<span color=\"#000080\">dark</span> blue")
return value