mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-14 07:47:06 +01:00
10 lines
251 B
Python
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
|