[wxPython] Strike-out in wxListCtrl?

Magnus Lycka wrote:

I need to make some text stand out in list
boxes, and I realized I have to change to
wxListCtrl to have different colour on different
lines. Right?

Yes.

But another thing occurred to me: Can I somehow
achieve strike-out (or over-strike or whatever
it's called in English)?

I'd like to mark that some items are scheduled
for removal in the clearest possible way.

Unfortunatly strikeout isn't supported by wxFont. I think it can't be done on X with just a font but has to be drawn that way, but with a wxListCtrl you don't get to control how the text is drawn except for font, color, etc.

("Text\r----" doesn't work... unsurprisingly...)

Yeah, GUIs usually don't care about terminal control characters...

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!